Commit Graph

57 Commits

Author SHA1 Message Date
lafrite ab0862e10a solve bug with some poly evaluation!! 2015-06-21 20:43:38 +02:00
Lafrite fc23a95401 solve bugs with poly_facto still one! 2015-04-07 08:46:59 +02:00
Lafrite ec735175f7 Polynom factory to produce Deg 2 poly! 2015-04-07 07:52:09 +02:00
Lafrite 045b28b1e5 split polynom with abstract_polynom 2015-04-07 07:50:29 +02:00
Lafrite e37a77624e corr bug with reduce in polynom 2015-04-07 07:49:03 +02:00
Lafrite a9f1f90e8d finaly finish to implement simplify and explain 2015-04-06 17:57:13 +02:00
Lafrite c391c8e084 Merge branch '2nd_deg' into operator 2015-03-08 23:48:40 +01:00
Lafrite 9a7f0da24e add ggive_name method to polynom 2015-03-08 23:40:15 +01:00
Lafrite 285b71d2da Merge branch 'dev' into 2nd_deg 2015-03-08 18:56:59 +01:00
Lafrite 9ddb015a87 Add a name to polynoms 2015-03-08 18:51:53 +01:00
Lafrite 374f0bc07e change mainOp in polynom 2015-03-07 18:22:46 +01:00
Lafrite 4296242afd mod __tex__ and __txt__ for Polynom 2015-03-07 11:05:15 +01:00
Lafrite 6e1783da43 solve bug with * and ** and polynom of high degree 2015-03-07 09:15:38 +01:00
Lafrite c0da21c705 Merge branch 'dev' into 2nd_deg 2015-03-06 17:44:16 +01:00
Lafrite cd911a5513 derivate polynom 2015-03-06 17:00:09 +01:00
Lafrite 0423cca5aa change coef to coefs in Polynom 2015-03-06 16:51:43 +01:00
Lafrite 316b8bf52b mod all ini_step in Polynom. It solve bug with eval poly 2015-02-28 23:11:04 +01:00
Lafrite 9370e8c48b solve bug with random and degree 2015-02-27 22:26:53 +01:00
Lafrite 9e212e5add power done for Polynom 2015-02-27 22:16:18 +01:00
Lafrite 8e63c64a65 __mul__ for poly still __pow__ and an issue with random 2015-02-27 19:24:27 +01:00
Lafrite 6e0d36f411 Reduce __add__ __sub__ __neg__ for Polynom 2015-02-27 18:58:01 +01:00
Lafrite ce94c27430 Reduce for polynoms works 2015-02-27 18:04:50 +01:00
Lafrite c55f127a3c Remove print cache 2015-02-21 11:20:42 +01:00
Lafrite da6a43364b New way for random build polynoms 2015-02-21 11:01:34 +01:00
Lafrite 8881a15c9b Adapt Polynom with Expression.tmp_render env 2014-12-28 10:28:31 +01:00
Lafrite 74b463d2af add Docstring for postfix in Polynom and solve bug with - and list 2014-12-23 10:55:18 +01:00
Lafrite f301b7f0ae oups just sth had been pasted 2014-12-23 10:39:31 +01:00
Lafrite 3f7cac0ddc Comment in AttributeError for __pw__ 2014-12-23 10:34:51 +01:00
Lafrite e6170fab97 doctest and improve display for powers and mul in polynom 2014-12-23 10:32:15 +01:00
Lafrite 5b4ef79982 add deco power_cache for __pw__ of polynom 2014-12-22 20:42:18 +01:00
Lafrite 5cba9763e4 overload ^ and ** for monoms 2014-12-22 15:54:07 +01:00
Lafrite 457896c847 save letter in generated Polynoms 2014-12-22 15:30:07 +01:00
Lafrite af18870786 solve bug with the changing render in polynom 2014-12-22 15:22:51 +01:00
Lafrite c35ca2f2a8 solve bug in polynom with 0 and reduce 2014-12-22 14:20:56 +01:00
Lafrite 895c8ed145 isPolynom move to generic 2014-12-22 10:50:34 +01:00
Lafrite 4b5dabd12c __eq__ return false if other can't be converted to polynom 2014-12-22 10:31:05 +01:00
Lafrite d5d889eeb0 try evaluate polynoms with other polynoms 2014-12-22 10:13:20 +01:00
Lafrite 108c794a04 solve bug with expression like [2, op.sub1] 2014-12-21 19:03:44 +01:00
Lafrite a4a58f05a0 solve bug in polynom with Expression.set_render 2014-12-21 18:22:33 +01:00
Lafrite 2bbe6eca7d eval polynom but does not work with constant polynoms. Need unittest 2014-12-21 18:03:22 +01:00
Lafrite a38ba53577 sove bug with negative fractions display 2014-12-21 16:04:44 +01:00
Lafrite 027a3ac57a solve bug with simplify fraction (which has not be simplified) 2014-12-21 15:03:56 +01:00
Lafrite 2425a2dfca solve issue wit - and polynoms 2014-12-21 08:53:10 +01:00
Lafrite 8f4d63595d solve issue with - and polynoms 2014-12-20 20:36:15 +01:00
Lafrite dbe382f892 postfix in postfix change + to - 2014-12-20 17:42:31 +01:00
Lafrite 096e025302 Merge branch 'dev' into polynom 2014-12-20 17:26:49 +01:00
Lafrite 1acf73c598 Change set_df_render to set_default_render 2014-12-20 16:43:58 +01:00
Lafrite 6ca79a4e69 random classmethod for polynoms 2014-12-19 17:29:12 +01:00
Lafrite adce8e1348 Random classmethod for polynom 2014-12-19 17:17:25 +01:00
Lafrite 3b5583bd61 Nice way for setting render <3 2014-11-21 15:49:43 +01:00