Question: Please do this for me , I provided everything I was given: In this module, we cover distributed loads which could be replaced by an

Please do this for me, I provided everything I was given:
In this module, we cover distributed loads which could be replaced by an equivalent single load. Symbolic Math Toolbox Overview
Symbolic Math Toolbox ?mM(MathWorks). lets you analytically perform differentiation, integration, simplification, transforms, and equation solving.
If you do not have the Symbolic Math Toolbox use the /Home -->[Add-Ons] button to add it to your MATLAB.
The most common symbolic computations are integration, simplification, and solving equations. In this discussion, integration will be practiced. In MATLAB
the command for symbolic integration is 'int()'. Enter 'int' in the search documentation page for instructions on how to use the symbolic command.
For more information on symbolic computation in MATLAB with nothing selected or in the "Search Documentation" box click the question mark. On the
right side 'Contents' select the 'Symbolic Math Toolbox' then 'Getting Started'. Look over the tutorials on 'Create Symbolic Numbers, Variables, and
Expressions' and 'Perform Symbolic Computations'. An example script that you can use as a starting point is given below:
To try this script with numeric results you could add the following code: Discuss writing a symbolic code to verify one of the formulas for centroids and areas given in the "Centroids of common shapes of areas and lines" table
inside the front cover of the book or Figure 5.8A on page 239. You should have the formula as a result.
A Do not use the formula from the table.
Some basic curve formulas to start with:
A straight line between two points, (Ax,Ay) and (Bx,By):(Ay-ByAx-Bx)(x-Ax)+Ay
A circle,
An ellipse,
obrace(o-a1b)bdy=(ba)a2-x22
A
Make at least two substantial replies to other students' postings.
Write a script to solve one of the problems 5.35 to 5.51 in section 5.2. Do not post your code. Do not copy other students' codes. Upload your code on the
next Canvas page. Be sure you understand how to do symbolic calculations and integration using MATLAB.
F=wdx
applied at a single point
x=xwdxwdx.
A few years ago MathWorks purchased the rights to MuPad which is a symbolic math program and incorporated it as
the Symbolic MathToolbox. Symbolic math programs are often called CAS programs for Computer Algebra Systems.
They use algebra and calculus rules to manipulate mathematical expressions. Thus, they can solve many integrals,
derivatives, and equations symbolically for exact answers. The area of a circle comes out as r2 or sin(4) gives 122.=
In MATLAB two methods are available for symbolic computation:
Define variables as symbolic variables with sym or syms command
Run MuPad directly which has its own user interface
We will use the first method, but feel free to explore MuPad which has menus and buttons for most operations. Enter
MuPad in MATLAB and wait a while.
 Please do this for me, I provided everything I was given:

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!