photo

adam puchalski


Last seen: plus de 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
0 Réponses

RANG
263 143
of 300 765

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
40.0%

VOTES REÇUS
0

RANG
 of 21 084

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 923

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


I am trying use shooter's method to solve a second order differential equation
I am trying to loop and find the best value for curvature (im trying to find this) and will later put this in, but essentially I...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Question


Looking to solve this integral with variable bounds
%variables F = .00024; %kg E = 10^6; %mPa I = 6.1*10^-9; %kg m^2 L = .01; %m %solve for Theta sub 0 func = @(OO) L/sqrt((E...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Question


I am trying to solve for OS here, but keeping getting pi/2 even when I change L
%variables F = .00024; %kg E = 10^6; %mPa I = 6.1*10^-9; %kg m^2 L = .01; %m %solve for Theta sub 0 func = @(initial) L/...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


I want to integrate this function but I keep getting errors
Here is the code func = @(initial) L/sqrt((E*I)/(2*F)) - integral(@(theta)1./sqrt(cos(initial)-cos(theta)),initial,pi/2); OS...

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


Integrating this function and trying to solve for a variable displays errors!
Here is the code with the error: syms initial theta ints = int(1/sqrt(cos(initial)-cos(theta)),initial,pi/2); func = L/sqr...

plus de 3 ans il y a | 1 réponse | 0

1

réponse