MaplePrimes Questions

 

I am using the codgen package to get gradient of a function GRADK := codegen[GRADIENT](SK)

where SK is a very lengthy term with variables x1 to x18

And then I use

GRADKopt := codegen[optimize](GRADK);

I need to convert this to  C++. The problem is the codgen of the gradient is creating the differentiation function D() in the RHS which makes it hard for me to covret it to Matlab or C++. Is there any way I can fix this

 

 

Hi everyone,

is it possible to change the default font size for new documents and even the maple output (blue expressions) so that every thing is smaller by default? I coulnd't find an option to apply globally.

 

thanks.

 

How do i create a procedue to find cousin prime pair.

I need to find the 2009th pair

Please help!

 

Thanks

Hello, I've recently started using maple 13. I am working on a project for school where I am attempting to use several independent variables to try to predict a single dependent variable. The nature of the project is that there is currently no known answer, and therefore I have been using regression analysis through maple on each individual independent variable on the dependent variable. I was difficult to find a way to preform a goodness of fit test on the data through maple, but I eventually saw a way on this site to compute the R^2 value.