I am Charmie

メモとログ

Maple

activation of Maple installation on Ubuntu

This post is for activation of Maple installation on Ubuntu. When I tried to activate Maple installation on Ubuntu, I couldn't activate it. Although I re-run the activation script "SOMEWHERE/maple16/bin/activation", I got the message windo…

Maple: for deriving objective function and jacobian function

We can generate C code of an objective function by using Maple as with(linalg); F := ...; Ffunc := unapply(convert(convert(F, vector), list), PARAMETERS); CodeGeneration[C](Ffunc, optimize); I tried the following equation $latex \frac{p_0}…