![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13743262_1538518923961_DEF.jpg)
adam puchalski
Followers: 0 Following: 0
Feeds
질문
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...
2년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
2년 초과 전 | 답변 수: 0 | 0
0
답변질문
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/...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
2년 초과 전 | 답변 수: 2 | 0
2
답변질문
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...
2년 초과 전 | 답변 수: 1 | 0