User Portlet User Portlet

Discussions
Hi, Is it possible to build a GUI on Visual Studio C++ using MathLink, which runs on computers with no Mathematica? Thanks
I am very new to Mathematica and I am trying to create a console application using Visual Studio C++. I have followed a example code to see whether it works or not. The codes are as follows. [code]#include #include int main(int argc, char...
Hi Guys, I am very new to Mathematica I would like to build a GUI using Mathematica and eventually integrate the GUI on a webpage. Any advice on how and which platform to code on? Thanks in advance Arvind Rajan
Hi Guys,  I am new to Mathematica and I am dealing with symbolic calculations. I am finding trouble finding the coefficient list for non-polynomials. For example, 3x[1]^2+4x[1]x[2]^(-1/2) CoefficientList only applies to polynomials....