Message Boards Message Boards

0
|
3007 Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Tables of Math Functions, e.g. Sinh[x]

Posted 9 years ago

I am a beginner on Mathematica. I want to produce a table of Trig function Say for sin I am having difficulty doing this Please Help

Ljrobbins@mac.com

POSTED BY: Lynn Robbins
3 Replies
Posted 9 years ago

This is a good start: The Virtual Book

You can also find it in the Mathematica Help System by searching for "Virtual Book."

POSTED BY: David Keith
Posted 9 years ago

Thank you very much, That is what I was looking for I had a hard time with the help references Any suggestions for best reference Thank you, Lynn J Robbins

POSTED BY: Lynn Robbins

Something like this:

Table[{x, Sin[x Degree] // N}, {x, 0, 90}] // TableForm

More elaborate:

Grid[Table[{x, Sin[x Degree] // N}, {x, 0, 90}], 
 Frame -> {All, False}]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract