Top Banner
MAT 1221 Survey of Calculus Maple http://myhome.spu.edu/lauw
26
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: MAT 1221 Survey of Calculus Maple .

MAT 1221Survey of Calculus

Maple

http://myhome.spu.edu/lauw

Page 2: MAT 1221 Survey of Calculus Maple .

Quiz

6 minutes (5:30-5:36)

Page 3: MAT 1221 Survey of Calculus Maple .

The First Thing,…

Log into your SPU account Open this PPT and keep it open.

Page 4: MAT 1221 Survey of Calculus Maple .

What to Expect…

In practice, you will use a software to help you with most of the math including calculus.

Page 5: MAT 1221 Survey of Calculus Maple .

Computer Algebra System (CAS)

Perform numerical calculations.

Perform symbolic computations.

Plot graphs

2 5xx e dx

2

ln(2.34)

43 1

Page 6: MAT 1221 Survey of Calculus Maple .

The Big 3 CAS

MATLAB ($$$$$$) Mathematica ($$$$$) MAPLE ($$$$$)

Page 7: MAT 1221 Survey of Calculus Maple .

The Big 3 CAS

MATLAB ($$$$$$) Mathematica ($$$$$)Wolfram|Alpha MAPLE ($$$$$)

Page 8: MAT 1221 Survey of Calculus Maple .

Maple

Very easy to use Basic commands for differential and

integral calculus. Go through the examples with the

instructor Finish the classwork – some of you may

need to share a computer.

Page 9: MAT 1221 Survey of Calculus Maple .

Open Maple Now!

All ProgramsMathematics

Maple 15 Maple 15

Page 10: MAT 1221 Survey of Calculus Maple .

Start with Blank Worksheet

Once open, choose Start with Blank Worksheet

Page 11: MAT 1221 Survey of Calculus Maple .

Worksheet Mode

You should see the > cursor.

Page 12: MAT 1221 Survey of Calculus Maple .

Document and Worksheet Modes

If you accidentally go into the document mode,…

Document Mode Worksheet Mode

Page 13: MAT 1221 Survey of Calculus Maple .

Switch to Worksheet Mode

FileNew Worksheet Mode

Page 14: MAT 1221 Survey of Calculus Maple .

Algebra

Expand the expression

Hit Enter to see the result.

2 3 ( 4)x x

Page 15: MAT 1221 Survey of Calculus Maple .

Algebra

Factorize

Hit Enter to see the result.

3 234 109 74x x x

Page 16: MAT 1221 Survey of Calculus Maple .

Differentiation

Find the derivative of

2 1

x

x

Page 17: MAT 1221 Survey of Calculus Maple .

Simplify the Answer

If we want to simplify the answer,…

Page 18: MAT 1221 Survey of Calculus Maple .

Simplify the Answer

We can modify the original command by inserting…

Page 19: MAT 1221 Survey of Calculus Maple .

Plotting Graphs

Let us plot the function and its derivative on the same axis.

In order to do this, we need to give names to these functions

Page 20: MAT 1221 Survey of Calculus Maple .

Plotting Graphs

Let us plot the function and its derivative on the same axis.

In order to do this, we need to give names to these functions.

Keep in mind, the method shown here is not the most “desirable” method, but is the easiest.

Page 21: MAT 1221 Survey of Calculus Maple .

Plotting Graphs

Let us call the function f and its derivative fp.

Page 22: MAT 1221 Survey of Calculus Maple .

Plotting Graphs

To plot individual graph, for example, f from 1 to 5, we type

Page 23: MAT 1221 Survey of Calculus Maple .

Plotting Graphs

To plot both graphs, for example, f from 1 to 5, we type

Page 24: MAT 1221 Survey of Calculus Maple .

Integration

To find the indefinite integral of f, we can …

Page 25: MAT 1221 Survey of Calculus Maple .

Integration

To find the definite integral of f from 1 to 5, we can …

Page 26: MAT 1221 Survey of Calculus Maple .

Classwork

Try the fun classwork