Question: Help with Homework Please, I dont have MatLab :( Please take a snapshot of MatLab Do Problem 3 please Please Snapshot Matlab Thank You For

Help with Homework Please, I dont have MatLab :(

Please take a snapshot of MatLab

Help with Homework Please, I dont have MatLab :( Please take a

snapshot of MatLab Do Problem 3 please Please Snapshot Matlab Thank You

For this lab exercise, you will learn how to use MATLAB software

to assist you in solving static problems involving simple distributed loads. In

general, the magnitude and location of the resultant force are found by

taking integral of the loading function w (x) in units of force

Do Problem 3 please

Please Snapshot Matlab

Thank You

For this lab exercise, you will learn how to use MATLAB software to assist you in solving static problems involving simple distributed loads. In general, the magnitude and location of the resultant force are found by taking integral of the loading function w (x) in units of force per unit length and the integral of (x) In this lab, you will learn how to use MATLAB to calculate integrals. To do this lab, you will need a computer with MATLAB installed. Introduction to Symbolic Math with MATLAB: In this lab you will write some simple MATLAB programs that utilize MATLAB's symbolic math capabilities. Often times you will have an equation that needs to be integrated or differentiated to produce a new equation. Symbolic math is a method of dealing with equations in a symbolic form instead of considering them numerical computations As an example, suppose that you have the equation 2x 1 and you want to find its integral and derivative. You might be tempted to first enter this equation directly into MATLAB as: However, when MATLAB see this equation, it goes to the memory location reserved for the variable x and uses its value to perform the specified computation. I is a variable that already has been defined with a value, y will assume the answer of the computation, but if x has not yet been defined, MATLAB will give the error message of: Undefined function or variable 'x'." What we need is for MATLAB to see this formula as a symbolic equation and not a numeric computation. To do this, th variable x must first be defined as a symbol, using the MATLAB command of Now, the previous formula for y may be entered, and it will be interpreted as a symbolic equation. To find the integral of y with respect to x, use the command of int (y, x) an 8

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!