How to convert the expression 3*x to a function in Mathematica?
- To: mathgroup at smc.vnet.net
- Subject: [mg128455] How to convert the expression 3*x to a function in Mathematica?
- From: pedro_fr_22 at hotmail.com
- Date: Sun, 21 Oct 2012 02:10:16 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
In doing a program in Mathematica that receives an expression called f and converts it to a function. However the command Function[x,f] doesn't work, what do I do?
- Follow-Ups:
- Re: How to convert the expression 3*x to a function in
- From: pw <p.willis@telus.net>
- Re: How to convert the expression 3*x to a function in Mathematica?
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: How to convert the expression 3*x to a function in