photo

Dhrumil Patadia


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


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년 전

문제를 풀었습니다


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년 전