Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
This folder has no files. | |||
Totals: 0 Items | 0 |
This is a edumath.py version 1.0 ================================= Module name : edumath.py Author : Daxeel Soni URL : http://github.com/edumath Python version : 3.3.3 copyright (c) 2014 Daxeel Soni What are the fuctions included? ================================ For matrix operations --------------------- - det_2c2() - det_3c3() - trans_2c2() - trans_3c3() - adj_2c2() - adj_3c3() - inv_2c2() - inv_3c3() - add_2c2() - add_3c3() - sub_2c2() - sub_3c3() For progression operations -------------------------- - ap_term() - gp_term() - hp_term() - ap_sum() - gp_sum() For vector operations --------------------- - mag() - dot() - cross() - box() - triple() - angle() - angx() - angy() - angz() - coplan() - ortho() Contribution ============= I started writing this module from 05-04-2014. I covered three topics of high school - Matrices, Progression and Vector Algebra. I am constanly working on edumath. If you find this module helpful and wnt to contribute, then you are allow to contribute on github. (http://www.guthub.com/edumath) I request that insert your code in respective section of mathematics topics. So, in future it can be very easy to maintain edumath project. In next version release i will give credits to all the contributors. Bug Fixing =========== If you found any bug in this module then you can edit it by commiting on github. (http://www.guthub.com/edumath)