Linked Questions

1 vote
1 answer
267 views

Assume that we are given a symbol p={x,y} which should represent a 2D point. If x and y have ...
Dror's user avatar
  • 1,921
1 vote
1 answer
168 views

If you use Plot like this, Plot[Sin[x], {x, 1, 5}] it produces the correct Sin graph ...
gr19's user avatar
  • 11
2 votes
3 answers
147 views

I am trying to avoid dealing with long explicit lists of variables. What i do so far is the following: VarList={x_, y_}; ParList={x, y}; ValList={2, 3}; What ...
R. Funden's user avatar
2 votes
1 answer
184 views

I would like to write a procedure with the signature: Foo[vars, params] which produces a Manipulate object. The procedure ...
pre-kidney's user avatar

15 30 50 per page
1 2 3 4
5