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)
PLEASE ANSWER WITH MATLAB Determine the perimeter of an ellipse with a 3 and b-9 For...
java language
Problem 3: Shape (10 points) (Software Design) Create an abstract class that represents a Shape and contains abstract method: area and perimeter. Create concrete classes: Circle, Rectangle, Triangle which extend the Shape class and implements the abstract methods. A circle has a radius, a rectangle has width and height, and a triangle has three sides. Software Architecture: The Shape class is the abstract super class and must be instantiated by one of its concrete subclasses: Circle, Rectangle, or...
Please help with these need working not matlab, thanks.
2 y2 = 1 that is in the 1st quadrant with the counter clockwise 4. C is the portion of ellipse 4 rotation. (a) Express the curve C' in the form of r = x(t)i+y(t)j by using polar coordinate and specify the t value at the starting and the ending points. A2 =2 marks F.dr. where F is the vector function F = (x+y)i+(1-x)j. (b) Evaluate the line integral L =...
Let R be the region shown above bounded by the curve C = C1[C2.
C1 is a semicircle with center
at the origin O and radius 9
5 . C2 is part of an ellipse with center at (4; 0), horizontal
semi-axis
a = 5 and vertical semi-axis b = 3.
Thanks a lot for your help:)
1. Let R be the region shown above bounded by the curve C - C1 UC2. C1 is a semicircle with centre at...
MATLAB, Please answer question 1.
+ ENGR 102 Homework 9 :- 1) An elliptical staircase that decreases in size with height can be modeled by the parametric equations: r cos(t) y-rsint) it m) Where, e-0.04t Ib cos(O)+ [a sin()]- a and b are the semimajor and semiminor axes of the ellipse, h is the staircase height, and n is the number pf revolutions that the staircase makes. Make a 3-D plot of the staircase with a 20 m, b 10...
MATLAB Assignment #1: Solve the following problems by writing commands in by writing a program in a script file and executing the file. Tum in a printout of the results and email the m file. All work should be individual, not shared 9. Let a 13, b= 4.2 (4b) abc d= ab+c then evaluate da - (a- )(c+ d) cb c+ d 10. A cube has a side of 18 cm. Detemine the radius of a sphere that has the...
Compute the following problems using Math
Lab.
Instructions: Answer All Questions using MATLAB commands. Question 1. Create a vector of the even whole numbers between 31 and 75. Question 2. Let x [2516] a. Add 16 to each element b. Add 3 to just the odd-index elcments c. Compute the square root of each element d. Compute the square of each element Question 3. Let x 13 268T and y [4 1 3 5] (NB. x and y should be...
use matlab and show all codes and work
the question continues from this
4. Write a function with header (A, V - myCone (r, h), which outputs the total area A and volume of a cone with base radius r and height h. 5. Write a function - myMatrix (myvec, m, n) which creates an m-by-n matrix A, as in Problem 3, but for arbitrary values of mand n and any length of vector myvec. Hint: the function can use...
JAVA Code Requried Copy the file java included below. This program will compile, but, when you run it, it doesn’t appear to do anything except wait. That is because it is waiting for user input, but the user doesn’t have the menu to choose from yet. We will need to create this. Below the main method, but in the Geometry class, create a static method called printMenu that has no parameter list and does not return a value. It will...
Please go on to MATLAB and answer the following in code please.
Use "Wolfram Documentation" under the help menu to learn more about working with vectors in Mathematica. OperationsOnVectors and VectorsAndMatrices both have a lot of helpful information. 1. Determine a unit vector in the direction of the displacement from the point(3,0,1) to the point(3,2,-1). 2. Use vectors to calculate, correct to the nearest degree, the three angles of a triangle with vertices (3,0,1), (3,2,-1) and (1,3,2). ut A(3,0.2) and...