Ask Your Question
0

using features of sage in c++

asked 2012-07-04 11:32:14 +0200

yashar gravatar image

updated 2012-07-04 11:32:57 +0200

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

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-07-04 17:57:16 +0200

benjaminfjones gravatar image

updated 2012-07-05 00:25:44 +0200

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.

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-07-04 11:32:14 +0200

Seen: 382 times

Last updated: Jul 05 '12