How to get Manipulate results into a variable? tia sal2
- To: mathgroup at smc.vnet.net
- Subject: [mg86128] How to get Manipulate results into a variable? tia sal2
- From: Sal2 <ratullochjk2 at gmail.com>
- Date: Sun, 2 Mar 2008 13:58:50 -0500 (EST)
How to get Manipulate results into a variable? tia sal2
Greetings All
How can I link variables to the results from the manipulate command.
Example: I would like the output of this command linked to another variable say x.
Manipulate[Factor[x^n - 1], {n, 10, 100, 1}]
tia sal2