Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Database Programming With Visual C# .NET

Authors: Ying Bai

1st Edition

0470467274, 978-0470467275

More Books

Students also viewed these Databases questions

Question

When is a DR prepared?

Answered: 1 week ago

Question

2. Identify issues/causes for the apparent conflict.

Answered: 1 week ago

Question

3. What strategies might you use?

Answered: 1 week ago