This article introduces the application of SageMath in Algebra.
Open a Jupyter notebook is easy, just type jupyter notebook
in the terminal.
Vectors and Matries
Basic operations
Initialization
1 | X = vector( |
Matrix manipulations
1 | # transpose matrix A |
Working with MATLAB
Data sharing
Load .mat data file from Sage
Here I leverage Scipy function to load NN.mat file generated by a MATLAB program:
1 | import scipy.io |
Comments
shortname
for Disqus. Please set it in_config.yml
.