https://github.com/stoverc/matrixlinearalgebra
A collection of WL implementations of Matlab functions.
https://github.com/stoverc/matrixlinearalgebra
Last synced: 4 months ago
JSON representation
A collection of WL implementations of Matlab functions.
- Host: GitHub
- URL: https://github.com/stoverc/matrixlinearalgebra
- Owner: stoverc
- License: mit
- Created: 2022-09-21T02:08:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T04:02:19.000Z (over 3 years ago)
- Last Synced: 2025-10-23T15:42:26.826Z (8 months ago)
- Language: Mathematica
- Size: 478 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MATrixLinearAlgeBra
[My](https://resources.wolframcloud.com/publishers/resources?PublisherID=TheRealCStover) `MATrixLinearAlgeBra` paclet for [The Wolfram Paclet Repository](https://resources.wolframcloud.com/PacletRepository). ([published docs](https://resources.wolframcloud.com/PacletRepository/resources/TheRealCStover/MATrixLinearAlgeBra/))([bleeding-edge docs](https://www.wolframcloud.com/obj/chaz0014/DeployedResources/Paclet/TheRealCStover/MATrixLinearAlgeBra/))
The MATrixLinearAlgeBra paclet collects together a number of WL implementations of Matlab functions.
This Paclet is intended to serve as an on-ramp to Mathematica/WL for Matlab users.
[](https://wolfr.am/17EzQ1JW1)
## TODO
* Conditions on arguments of Linspace.
* 2-arg form of Rot90.
* Expand expand expand!
Changelog
21-23 Sep 2022
- Renamed from
Matlab to MATrixLinearAlgeBra per @Bob Sandheinrich's suggestion. Thanks, Bob!
- Attempted to publish v1.0.0 in the paclet repo before hitting error.
- A couple days later: Re-created the entire paclet from scratch to attempt to overcome errors.
- Published v1.0.0 in the Paclet Repo: (link)
20 Sep 2022
- Later, made a (very sparse) main guide page.
- Initial commit. This version contains definitions four functions plus some skeleton documentation for each. Much more fleshing out is needed.