ํ•„ํ„ฐ ์ง€์šฐ๊ธฐ
ํ•„ํ„ฐ ์ง€์šฐ๊ธฐ

how would i put Differentiate the function in matlab

์กฐํšŒ ์ˆ˜: 3 (์ตœ๊ทผ 30์ผ)
Aaron Alfaro
Aaron Alfaro 2021๋…„ 9์›” 1์ผ
ํŽธ์ง‘: Erik Huuki 2021๋…„ 9์›” 2์ผ
4. Differentiate the function ๐ท(๐‘ก)=1+16t^2/(4t)^3
in matlab to get the result of -16^2+4/64t^4
I need to find prood on how i got my answer but i have a hard time using matlab. Please help
  ๋Œ“๊ธ€ ์ˆ˜: 1
the cyclist
the cyclist 2021๋…„ 9์›” 1์ผ
Not to sound too flippant, but did you try googling differentiate matlab? The top hits point you directly to MATLAB documentation that should help.

๋Œ“๊ธ€์„ ๋‹ฌ๋ ค๋ฉด ๋กœ๊ทธ์ธํ•˜์‹ญ์‹œ์˜ค.

๋‹ต๋ณ€ (1๊ฐœ)

Erik Huuki
Erik Huuki 2021๋…„ 9์›” 2์ผ
ํŽธ์ง‘: Erik Huuki 2021๋…„ 9์›” 2์ผ
Above is the link for differential equations documentation
The answer for your particular example, Also I may add that your solution you provided is incorrect
syms D(t)
D = 1+16*t^2/(64*t^3)
Dย =ย 
diff(D,t,1)
ansย =ย 

์นดํ…Œ๊ณ ๋ฆฌ

Help Center ๋ฐ File Exchange์—์„œ Calculus์— ๋Œ€ํ•ด ์ž์„ธํžˆ ์•Œ์•„๋ณด๊ธฐ

ํƒœ๊ทธ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by