photo

Studentguy


Last seen: 8 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to solve equation with several unknown variables for a specific variable?
Hello Im trying to solve an equation using the following code: syms w0 g l r l a m eqn = m*g*l*(1-cos(a))==1/2*1/2*m*(r^2+2...

8 months 前 | 2 个回答 | 0

2

个回答

提问


How to solve and plot second order differential equation using ode45?
Hey there Im trying to solve and plot the following differential equation using ode45 x''=(-2k*x-2c*x'-r*omega*(cos(omega*t)+(...

8 months 前 | 1 个回答 | 0

1

个回答

提问


How to plot recursive function/how to avoid infinite recursion?
Hey there Im trying to plot the following equation a(n+1)=a(n)+b(n+1)*0.0215 where b(n+1)=b(n)+(9.81/0.94)*sin(a(n))*0.0215 ...

8 months 前 | 1 个回答 | 0

1

个回答