Question

PLEASE ANSWER WITH MATLAB

Determine the perimeter of an ellipse with a 3 and b-9 For the triangle shown, a-200m, b-250m, and c 300m. Define a,b,c,as va



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

The formula is part b is not clear in the pic.

Considering the formula is r= (a+b+c)/(2*tan(y/2)) following is the solution

a = 200;
b= 250;
c=300;
y=acosd((-(c^2)+(a^2)+(b^2))/(2*a*b));
disp("The angle Phi by law of cosine is"+y);
r=(a+b+c)/(2*tan(y/2))
disp("The radius as calculated from first equation is"+ r)
s=(a+b+c)/2;
l=s*(s-a)*(s-b)*(s-c);
z=sqrt(l);
r2=z/s;
disp("The radius as calculated from second equation is"+ r2)

Considering the formula is r=((a+b+c)/2)*tan(y2/2) following is the solution

a = 200;
b= 250;
c=300;
y=acosd((-(c^2)+(a^2)+(b^2))/(2*a*b));
disp("The angle Phi by law of cosine is"+y);
r=((a+b+c)/2)*tan(y/2);
disp("The radius as calculated from first equation is"+ r)
s=(a+b+c)/2;
l=s*(s-a)*(s-b)*(s-c);
z=sqrt(l);
r2=z/s;
disp("The radius as calculated from second equation is"+ r2)

Add a comment
Know the answer?
Add Answer to:
PLEASE ANSWER WITH MATLAB Determine the perimeter of an ellipse with a 3 and b-9 For...
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