Feeds
提问
Help with solving and graphing differential equations
Have a urgent question on homework. We are given a differential equation that describes the twist angle of a mass in a torsional...
10 years 前 | 0 个回答 | 0
0
个回答已回答
How do I make this non-linear system into a matrix using function handles?
Nevermind everybody, found his notes online included with an example.
How do I make this non-linear system into a matrix using function handles?
Nevermind everybody, found his notes online included with an example.
11 years 前 | 0
提问
How do I make this non-linear system into a matrix using function handles?
I am trying to find the roots of a non-linear system by using the Newton function my professor gave us. I believe the error I am...
11 years 前 | 1 个回答 | 0
1
个回答已回答
How to use a math function as an input in a written function?
Ok guys, I'm not sure what happened but it is working now. I went to my prof. and he defined func=@(x) x*sin(x), then used func ...
How to use a math function as an input in a written function?
Ok guys, I'm not sure what happened but it is working now. I went to my prof. and he defined func=@(x) x*sin(x), then used func ...
11 years 前 | 0
提问
How to use a math function as an input in a written function?
I have written a function and am trying to call it using x*sin(x) as an input variable. Of course x must be defined so I use @(x...
11 years 前 | 2 个回答 | 0