First time here? Check out the FAQ!

Ask Your Question
0

using features of sage in c++

asked 12 years ago

yashar gravatar image

updated 12 years ago

Hello. I want to know that it is possible to use integral command of sage in c++ ? I want to write a program in which i need to do analytical integration. There is symbolicc++ that can do this but it is not as powerful as sage in integration , so i want to know that it is possible use sage commands withing c++ codes?

Thanks

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 12 years ago

benjaminfjones gravatar image

updated 12 years ago

kcrisman gravatar image

I think your best bet is to use IPC to control a Sage process from inside your C++ program. This of course will require Sage to be installed and accessible to the program.

You could also setup a sagecell server and have your C++ program query the server.

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

Seen: 481 times

Last updated: Jul 05 '12