First time here? Check out the FAQ!

Ask Your Question
0

Defining symbolic functions in Sage and importing from Maxima

asked 13 years ago

Green diod gravatar image

updated 13 years ago

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?

Preview: (hide)

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 ( 13 years ago )

1 Answer

Sort by » oldest newest most voted
0

answered 13 years ago

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?

Preview: (hide)
link

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: 13 years ago

Seen: 634 times

Last updated: Jan 21 '12