Question

In: Mechanical Engineering

A 100-lb driver and a 2000-lb tractor lift 900 lb of gravel. Create a MATLAB program...

A 100-lb driver and a 2000-lb tractor lift 900 lb of gravel. Create a MATLAB program that will:  

Determine the reaction at each of the two rear wheels and two front wheels.

The shift has changed and a new driver dumped some of the gravel. Ask the user the weight of the new driver and the weight of the gravel left in the tractor.  

Calculate the new reaction at each of the two rear wheels and two front wheels.  

Provide the user with output that describes the difference between a and c.  

Solutions

Expert Solution


Related Solutions

MATLAB Create a matrix named P which has 2000 rows and 100 columns of all zeros....
MATLAB Create a matrix named P which has 2000 rows and 100 columns of all zeros. Replace the zeros in rows 46-58 and columns 3-18 of matrix P from the previous question with ones.
James Watt once observed that a hard-working horse can lift a 330 lb mass 100 ft...
James Watt once observed that a hard-working horse can lift a 330 lb mass 100 ft in 1 min. Assuming the horse generates energy to accomplish this work by metabolizing glucose: C6H12O6(s)+6O2(g)→6CO2(g)+6H2O(l)C6H12O6(s)+6O2(g)→6CO2(g)+6H2O(l) How much (in gram) glucose must a horse metabolize to sustain this rate of work for 1 hour, if the temperature is 250C250C? (1 lb = 0.4536 kg, 1 ft = 0.305 m, g=9.81 ms2ms2)
Create a Matlab program that can evaluate Green Theorem
Create a Matlab program that can evaluate Green Theorem
Create a (partial) BST class and a driver program to test it. The tree node will...
Create a (partial) BST class and a driver program to test it. The tree node will store integers as the data/key field (single field). Note that you will need to guarantee there are no duplicates in your insert function (the tree should refuse to insert a duplicate key). Call your files “tree.h”, “tree.cpp” and “main.cpp”. In addition, draw a picture of your tree (see note about random values below) Public methods to include: Constructor Copy Constructor Overloaded Assignment Operator Destructor...
In this class add Comparable interface. In the driver program create a few objects and In...
In this class add Comparable interface. In the driver program create a few objects and In the driver program create a few objects and compare them . then create a list of those objects and sort them .A Quadratic is bigger than another Quadratic if it opens faster package pack2; /** * This is a program for defining a quadratic equation * @author sonik */ public class Quadratic { public int coeffX2 = 0; public int coeffX = 0; public...
** USING MATLAB TO PROGRAM The main objective of this lab is to create a game...
** USING MATLAB TO PROGRAM The main objective of this lab is to create a game that involves betting on the sum of two dice. The player will start out with some initial total amount of money. During each round, the player can bet some money that the sum of the two dice will be equal to a certain number. If the player wins the bet, that player adds the amount of the bet to his or her current total....
This is a Matlab Question Create MATLAB PROGRAM that can solve First Order Linear Differential Equation...
This is a Matlab Question Create MATLAB PROGRAM that can solve First Order Linear Differential Equation ( 1 example contains condition and the other does not have condition). 1. ty′ + 2y = t^2 − t + 1, y(1)=12 The correct answer is y(t) = 1/4 t^2 − 1/3 t + 1/2 + 1/12t^2 2. (x-1) dy/dx + 2y = (x+1)^2 The correct answer is y = (x(x+1) / x-1 ) + C(x+1) / x-1 The correct answer is
Language: matlab It is desired to create a mortgage estimator by writing a program containing a...
Language: matlab It is desired to create a mortgage estimator by writing a program containing a function. The user inputs the amount of loan (L), the loan term in number of months (N), and the annual interest rate (I) in the script. The script then makes use of a function that accepts these values as inputs through its argument and calculates and returns the monthly payment and the total payments over the life of the loan. The monthly payment and...
Create a matlab program that calculates equivalent cpacitance and charge by asking the user whether the...
Create a matlab program that calculates equivalent cpacitance and charge by asking the user whether the circuit is in paraller , series or combination and then asks for the values of capacitances and voltage. After that it calculates the equivalent capacitance.
Create a Matlab program to load in the attached file File_Q5_Use.csv. You will first need to...
Create a Matlab program to load in the attached file File_Q5_Use.csv. You will first need to click on the link to open it, then save it as a .csv file in the directory you are using in your Matlab programs before you can load it in to Matlab. It has 2 columns, the first column is the x values, the second column is the y values. Set Figure (1). Plot the points using red stars and a blue line with...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT