Author Topic: pymat - An simple open source matrix manipulation library in Python 3  (Read 3169 times)

0 Members and 1 Guest are viewing this topic.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
https://www.dropbox.com/s/qwg3w6rwama6s8p/matrix.py
It's incomplete for now but hopefully some find it useful. It took me about 4 hours to make (not in one go, but 4x 1h in class).

Edit : LOL, just noticed that the name resembles Pimath. :P
« Last Edit: April 14, 2014, 06:54:30 am by Streetwalrus »

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: pymat - An simple open source matrix manipulation library in Python 3
« Reply #1 on: April 14, 2014, 06:36:24 am »
too bad I use python 2, bu skimming the syntax it also looks python 2 compatible :P

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: pymat - An simple open source matrix manipulation library in Python 3
« Reply #2 on: April 14, 2014, 06:37:28 am »
Well anyway you could always port it. :P