how to call subprogram



Use batchload("subfun.wxm").

Andrej


On Sun, Oct 11, 2009 at 3:12 PM, ??? <algobear at gmail.com> wrote:
> I defined some function in maxima.
> It was called subfun.wxm
> such as
> C(h,k,r):=(x-h)^2+(y-k)^2=r^2;
> ......
> and so on.
>
> I want to use the functions from subfun.wxm by any maxima program.
> How can I to do?
>
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
>