Group Abstract Group Abstract

Message Boards Message Boards

0
|
7.2K Views
|
4 Replies
|
3 Total Likes
View groups...
Share
Share this post:

How would I type the questions into Mathematica.

Posted 11 years ago
POSTED BY: Justin Ivers
4 Replies
Posted 11 years ago

Thanks everyone my only question is why do I have to put brackets around the 3x and x?

POSTED BY: Justin Ivers
Posted 11 years ago
POSTED BY: Justin Ivers
Posted 11 years ago
POSTED BY: Eric Schulz

Hi,

you might try this:

f[x_] := 2 Sin[x] + Cos[3 x]

then

f[Pi/3] 

f'[Pi/3] 

f''[-Pi/6]

For the plot

Plot[{f[x], f'[x]}, {x, 0, 2 Pi}]

will do the trick. You might want to watch online screencasts such as

http://www.wolfram.com/broadcast/screencasts/handsonstart/

Best wishes,

Marco

POSTED BY: Marco Thiel
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard