Skip to content

Releases: sr5434/Codegebra

v1.7.0

29 Sep 21:36
Compare
Choose a tag to compare

A lot of SOLVE improvements, such as bugfixes for the exponential solver and a more capable linear solver. Commands no longer have to be entered in all caps.

v1.6.3

10 Mar 00:41
Compare
Choose a tag to compare

Full Changelog: v1.6.2...v1.6.3
Bugfixes for SOLVE with linear equations and implement INTANG

v1.6.2

29 Feb 21:57
Compare
Choose a tag to compare

Full Changelog: v1.6.1...v1.6.2
Bugfix for SOLVE

v1.6.1

13 Feb 22:22
Compare
Choose a tag to compare

Full Changelog: v1.6.0...v1.6.1
Bugfixes for FACTOR, INTEGRATE, and DIFF.

v1.6.0

06 Feb 23:06
Compare
Choose a tag to compare

Full Changelog: v1.5.9...v1.6.0

  • CENTR: Calculate the centroid of a triangle

v1.5.9

04 Feb 21:47
Compare
Choose a tag to compare

Full Changelog: v1.5.8...v1.5.9
Add inequality solving support

v1.5.8

31 Jan 22:22
Compare
Choose a tag to compare

Full Changelog: v1.5.7...v1.5.8
Add machine epsilon and bugfixes

v1.5.7

29 Jan 22:30
Compare
Choose a tag to compare

Full Changelog: v1.5.6...v1.5.7
Make Kronecker function write to ANS, allow user to set machine epsilon(only supported by TRI), and add:

  • TRI: Classify features about a triangle from its points.
  • EPS: Set machine epsilon(defaults to 12 and only supported by TRI)

v1.5.6

14 Jan 18:49
Compare
Choose a tag to compare

Full Changelog: v1.5.5...v1.5.6
Add:

  • ATAN2: Calculate the 4 quadrant arc tangent of an expression, vector, matrix, or number

v1.5.5

14 Jan 17:14
Compare
Choose a tag to compare

Full Changelog: v1.5.4...v1.5.5
Add:

  • KRON: Kronecker product of 2 matricies
  • COT: Calculate the cotangent of an expression, vector, matrix, or number
  • LINSP: Generate a linearly spaced vector
  • CSUM: Cumulative sum of a vector
  • CPROD: Cumulative product of a vector
  • LOG2: Calculate the base 2 logarithm of an expression, vector, matrix, or number
  • LOG10: Calculate the base 10 logarithm of an expression, vector, matrix, or number