Re: How to get Manipulate results into a variable? tia sal2
- To: mathgroup at smc.vnet.net
- Subject: [mg86144] Re: How to get Manipulate results into a variable? tia sal2
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Mon, 3 Mar 2008 04:41:16 -0500 (EST)
- References: <fqeted$jk8$1@smc.vnet.net>
Hi,
Manipulate[y = Factor[x^n - 1], {n, 10, 100, 1}]
and don't say that the other variable is "x" and *not* y
Regards
Jens
Sal2 wrote:
> 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
>