olzbike.blogg.se

Maschine library update 1.3
Maschine library update 1.3




maschine library update 1.3

,, are functions to generate Taylor expansion expressions.Ī lot of experimental API added for number theory. Latexise now doesn't produce unneeded \times, and instead, \dot-s are only produced when needed (e. Example of code using it: using AngouriMath Either is an anonymous type union from Honk#, which I'll mention later. There is also MathS.Parse which returns an Either of Entity and reason why parsing failed. Is fine when the setting is disabled, it won't be considered valid with the setting enabled. There's also now a setting, which, when set to true, does not insert omitted operators, so while Entity a = "2x + 3(x + 1)" The parser now supports Cyrillic and Greek letters, as well as it skips \n and \r letters, which might be helpful for building matrices. Now there is a number of operators for matrices specifically all of which end with dot. There are also improvements in AngouriMath.FSharp's matrices. M.Pow(int) // finds a matrix power or throws The properties and functions of matrix: Entity.Matrix m =.

maschine library update 1.3

Here's how we create a 2x2 matrix: Entity a = ", ]" Entity a = "T"īecomes a transposed vector, that is, instead of column vector, it's a row vector.

maschine library update 1.3

There is also vector, but it doesn't have its own type. Now, instead of tensor, there's matrix, which is Entity.Matrix. This is the main change in terms of breaking API and behaviour.






Maschine library update 1.3