Community Profile

photo

Dhrumil Patadia


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


What is wrong with my code? I have to find value of x(20 sec), y(20 sec) & z(20 sec). The correct answers are: x(20) = 0.704, y(20) = 0.665, z(20) = 0.246.
function a=ques() D1=@(t,x,y,z) z-y/2; % dx/dt D2=@(t,x,y,z) x/2-z/sqrt(2); %dy/dt D3=@(t,x,y,z) y/sqrt(2)-x/2; %dz/dt h=0.0...

4 years ago | 1 answer | 0

1

answer

Question


4th order runge kutta for spring mass sytem
What is wrong with the code: (Also, I am a beginner, so any suggestions for where can i learn matlab for solving odes and pdes w...

4 years ago | 1 answer | 0

1

answer

Solved


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

4 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 years ago