Ask Your Question
0

Defining symbolic functions in Sage and importing from Maxima

asked 2012-01-21 10:44:26 +0200

Green diod gravatar image

updated 2012-01-21 15:44:41 +0200

Still following this thread, I would like to know how to

  1. import in Sage a function defined in Maxima? In my context, I'm interested in Maxima's pdf_normal so I started to

    maxima("load(distrib)");

but how do I proceed from there?
2. What is the equivalent of Maxima's := symbolic function definition?

edit retag flag offensive close merge delete

Comments

Any hint on how to make any external function definition (such as the ones in Maxima) available inside Sage?

Green diod gravatar imageGreen diod ( 2012-01-29 06:13:06 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-01-21 17:49:57 +0200

Green diod gravatar image

For the second point, it seems

fun(x)=a*x+b

is enough.

Are there other ways to define a symbolic function?

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2012-01-21 10:44:26 +0200

Seen: 531 times

Last updated: Jan 21 '12