Message Boards Message Boards

0
|
5201 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

beginner's struggle with programming

Posted 9 years ago
POSTED BY: Loft B
2 Replies
Posted 9 years ago
POSTED BY: Loft B

Make sure you know the difference between a definition := , an assignment = , a rule -> , and mathematical equal == like

equation1 = x1==2*S;

or define a function

x1[s_, a_] := 5 s + a^2;

Manipulate[x1[s, a], {s, 0, 1.}, {a, -1, 1}]

Plot[x1[s, 3], {s, 0, 1.}]

There are nice tutorials on the Wolfram website.

POSTED BY: Kay Herbert
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