Question

By using MATLAB program, Find the Gradient of Vi = 24Vocos(Ty/3) sin (2T1/3)

I need help to find out the MATLAB code to solve this equation. Thanks

0 0
Add a comment Improve this question Transcribed image text
Answer #1

matlab code:

here i considered V0 as 10;because of however it is already constant.

code:

clc;clear all;close all;
syms y z;
V0=10;
F = 24*V0*cos((pi*y)/3)*sin((2*pi*z)/3);
dF = gradient(F)

output:

dF =

-80*pi*sin((pi*y)/3)*sin((2*pi*z)/3)
160*pi*cos((pi*y)/3)*cos((2*pi*z)/3)

Add a comment
Know the answer?
Add Answer to:
I need help to find out the MATLAB code to solve this equation. Thanks By using MATLAB program, Find the Gradient of Vi = 24Vocos(Ty/3) sin (2T1/3) By using MATLAB program, Find the Gradient of...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT