Functionality of Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg56483] Functionality of Mathematica
- From: "x" <x at y.z>
- Date: Tue, 26 Apr 2005 21:52:38 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi all, I'm investigating the usage of Mathematica in a project. We have complex algorithms/functions that we need to evaluate at runtime. Is it possible with Mathematica to just write an expression in plain english and call a Mathematica library to execute it and get the result from a .NET environment ? For instance, writing something like Mathematica.Execute ("sqrt(2) * log(Pi)"). Is it possible to precompile an algorithm or a function into a .NET assembly ? For instance I would like to compile the formula sqrt(2) * log(Pi) into an assembly that I could call at runtime. Which products are needed for this ? Do I need the .NET/link ? Christian