Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (earthcitizen):
Matlab P, any1 familiar with it ?
OpenStudy (anonymous):
Are stationary points the roots of the function?
OpenStudy (earthcitizen):
stationary points means the function equates to zero
OpenStudy (anonymous):
Okay. So roots.
OpenStudy (earthcitizen):
yh, then diff
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
For the first part, you can use the Symbolic Tool Kit as suggested, but I despise the symbolic tool kit. It is sloppy.
Do you have a preferred method?
OpenStudy (anonymous):
I guess you left. I'll type up a MATLAB file with a couple of different methods.
OpenStudy (earthcitizen):
the method suggested was sym toolkit
OpenStudy (anonymous):
I solved it both ways. Chose the method you find most prudent to your studies and analysis.
OpenStudy (earthcitizen):
to find stationary points means to diff. then equ8 the differential to zero
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
Oh okay. I thought you meant the roots. To find where the derivative is zero, use the 'diff' function in the Symbolic Tool Box, or 'diff' or 'polydif' functions with a set of data. Refer to the documentation.