adam puchalski
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
209 443
of 295 467
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
mer än 2 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 2 år ago | 0 answers | 0
0
answersQuestion
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/...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 2 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 2 år ago | 1 answer | 0