Community Profile

photo

Scott Stallcup


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I want to run a list of distance values through these two formulas for force and combine them into one 1x3 matrix in the form [dist force1 force2].]
clear; clc mmass=input('What is the mass of the main object?'); sat1=input('What is the mass of the first satellite?'); sat2...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Trouble with For Loop in Differential Equations
clear all %Problem 1a syms x(t) Fmag; Dx=diff(x); k=36; Fmag=4*cos(4*t); disp(['dx^2/d^2t +' num2str(k) 'x=' char(Fmag)]) ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Trying to solve a differential equation
syms x(t) Dx=diff(x); x(t)=dsolve(3*diff(x,t,2)+2*diff(x,t)+108*x==Fmag,x(0)==0,Dx(0)==4)

3 years 前 | 1 个回答 | 0

1

个回答