Commit Graph

201 Commits

Author SHA1 Message Date
Lafrite 9d7f43bb20 try to find the bug... 2015-04-23 15:56:08 +02:00
Lafrite a543602d26 remove space in new_s==old_s if they are sting for explicable 2015-04-23 15:56:08 +02:00
Lafrite f5df2b6e9d use sympy to compute root of polynomDeg2 2015-04-23 15:56:08 +02:00
Lafrite 8ffdfbdcaf lastbug with facto? 2015-04-23 15:56:08 +02:00
Lafrite 983bc0fdc2 solve bugs with poly_facto still one! 2015-04-23 15:56:08 +02:00
Lafrite df305d0e0d Polynom factory to produce Deg 2 poly! 2015-04-23 15:56:08 +02:00
Lafrite b4064dff00 split polynom with abstract_polynom 2015-04-23 15:56:08 +02:00
Lafrite 4a8f9daf14 corr bug with reduce in polynom 2015-04-23 15:56:08 +02:00
Lafrite c4cb2fb859 Add a todo 2015-04-23 15:56:08 +02:00
Lafrite 531f88d1d1 remove commented test 2015-04-23 15:56:08 +02:00
Lafrite b1c3c3564e finaly finish to implement simplify and explain 2015-04-23 15:56:08 +02:00
Lafrite 437066e8e6 remove some commented lines 2015-04-23 15:56:08 +02:00
Lafrite a2041fd451 solve issue with explain and wrong steps 2015-04-23 15:56:08 +02:00
Lafrite 509fd6e409 add some test for operators 2015-04-23 15:56:08 +02:00
Lafrite b0e506897a change op.add and op.sub for better - management 2015-04-23 15:56:07 +02:00
Lafrite b508a8afb4 all tested are passed! :D 2015-03-10 14:04:04 +01:00
Lafrite 8b79fbbace solve issues with () for add and mul 2015-03-10 11:59:27 +01:00
Lafrite 097ad25fe2 solve bug with - and () 2015-03-08 23:56:59 +01:00
Lafrite c391c8e084 Merge branch '2nd_deg' into operator 2015-03-08 23:48:40 +01:00
Lafrite 93a8c45c5b Merge branch 'dev' into operator 2015-03-08 23:44:55 +01:00
Lafrite 9a7f0da24e add ggive_name method to polynom 2015-03-08 23:40:15 +01:00
Lafrite 68f6cb32d4 Give a name to polynomDeg2 2015-03-08 19:05: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 d503db6cef add doctest and unittest for render 2015-03-07 20:04:16 +01:00
Lafrite cdfd70d3f3 solve render bug with (..) - (..) to .. - (..) 2015-03-07 19:35:34 +01:00
Lafrite c00c0a86cc add_parenthesis to l_parenthesis and r_parenthesis 2015-03-07 19:26:26 +01:00
Lafrite e031f9b903 reset priorities 2015-03-07 18:23:10 +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 c1c71a4a6a add tbl_sgn_header 2015-03-06 18:13:51 +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 b6eccba836 adapt polynomDeg2 to new explain style 2015-03-06 14:43:09 +01:00
Lafrite b7156a5ac4 Merge branch 'dev' into 2nd_deg 2015-03-06 14:36:17 +01:00
Lafrite 9ffde06b9c all are passed :DDD 2015-02-28 23:13:51 +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 cba821660a mod all ini_step in fraction 2015-02-28 23:08:41 +01:00
Lafrite 20c9c20836 Enable to initialize Expression with Expression 2015-02-28 23:02:41 +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 96dd6824ee name mistake in fraction 2015-02-27 18:05:07 +01:00
Lafrite ce94c27430 Reduce for polynoms works 2015-02-27 18:04:50 +01:00
Lafrite e2e3287420 explan accept Polynom 2015-02-27 18:02:27 +01:00
Lafrite 506045a670 Solve bug with context manager 2015-02-27 17:46:16 +01:00
Lafrite 03499439dd rdiv -> rtruediv in expression 2015-02-27 16:56:43 +01:00