https://github.com/gnu-octave/symbolic
A Symbolic Package for Octave using SymPy
https://github.com/gnu-octave/symbolic
computer-algebra mathematics octave symbolic
Last synced: about 2 months ago
JSON representation
A Symbolic Package for Octave using SymPy
- Host: GitHub
- URL: https://github.com/gnu-octave/symbolic
- Owner: gnu-octave
- License: gpl-3.0
- Created: 2014-04-10T15:25:39.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2025-09-11T04:06:40.000Z (5 months ago)
- Last Synced: 2025-09-11T04:06:49.206Z (5 months ago)
- Topics: computer-algebra, mathematics, octave, symbolic
- Language: MATLAB
- Homepage: https://octave.sourceforge.io/symbolic/
- Size: 4.74 MB
- Stars: 168
- Watchers: 15
- Forks: 35
- Open Issues: 123
-
Metadata Files:
- Readme: README.matlab.md
- Changelog: NEWS
- License: COPYING
Awesome Lists containing this project
README
OctSymPy for Matlab
===================
README.md is the main document. Here we list any Matlab-specific notes.
Formatting: Matlab uses a different formatting for comment headers.
Most of the .m files have been autoconverted from the GNU Octave
versions.
Tests: Many .m files have tests built-in using using Octave's test framework.
These have been autoextracted for Matlab (which unfortunately doesn't use the
same test framework).