Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to use a software package used by SageMath

Hi. I know SageMath is meant for math (so here user should post questions related mainly to math problems with Sage), but I'm testing SageMath capabilities about use/loading of external libraries created by user (c, fortran, etc...), that is like a complete environment able to process other prog languages like C and Fortran (mainly for scientific purposes).

I've found here that SageMath can load and use some external libraries (not only python libraries) to allow user to perform some tasks with them.

For example I'd like to know how to use the Rubik program (a C program) for fun and for testing by using SageMath (specifically SageMathCell). It is listed in position 82 of the list here.

Can you kindly show me a procedure to load/compile/use this library available for SageMath? I'd like to run the compiled code to solve (only for fun) some virtual/random Rubik cubes. The procedure for Rubik library could help me to understand how to run other libraries listed in the link above.

Thanks

How to use a software package used by SageMath

Hi. I know SageMath is meant for math (so here user should post questions related mainly to math problems with Sage), but I'm testing SageMath capabilities about use/loading of external libraries created by user (c, fortran, etc...), that is like a complete environment able to process other prog languages like C and Fortran (mainly for scientific purposes).

I've found here that SageMath can load and use some external libraries (not only python libraries) to allow user to perform some tasks with them.

For example I'd like to know how to use the Rubik program (a C program) for fun and for testing by using SageMath (specifically SageMathCell). It is listed in position 82 of the list here.

Can you kindly show me a procedure to load/compile/use this library available for SageMath? I'd like to run the compiled code to solve (only for fun) some virtual/random Rubik cubes. The procedure for Rubik library could help me to understand how to run other libraries listed in the link above.

Thanks