Harry Sarson
|
da361ae71f
|
better documented return type for lup function
|
2017-03-01 22:59:21 +00:00 |
|
Harry Sarson
|
2f5fd8005c
|
Fix error in example of lup function
|
2017-03-01 22:38:25 +00:00 |
|
Harry Sarson
|
0931944bd3
|
Correct the return type of lup function
|
2017-03-01 22:38:24 +00:00 |
|
jos
|
20f3af05b3
|
Fixed markdown urls, updated an example
|
2017-01-23 21:56:14 +01:00 |
|
Jos de Jong
|
c879acf9d3
|
Merge pull request #780 from ericman314/differentiation_consistent_api
Fixed derivative of exp(x)
|
2017-01-22 15:44:57 +01:00 |
|
jos
|
d722473b53
|
Fixed simplify not handling non-existing functions correctly
|
2017-01-22 15:44:14 +01:00 |
|
ericman314
|
aab56c8094
|
Fixed derivative of exp(x)
|
2017-01-22 07:35:22 -07:00 |
|
jos
|
f4b7855a84
|
Docs, examples, some fixes
|
2017-01-22 15:30:18 +01:00 |
|
jos
|
db67f4cb84
|
Removed method Node.simplify() (use function simplify instead)
|
2017-01-22 13:42:19 +01:00 |
|
jos
|
08ed2b4160
|
Updated docs
|
2017-01-21 20:45:14 +01:00 |
|
jos
|
91dc47c763
|
Made ES5 complient again
|
2017-01-21 20:38:36 +01:00 |
|
jos
|
5c5b83988e
|
Updaed docs of Node.simplify
|
2017-01-21 20:35:20 +01:00 |
|
jos
|
0ae4dce80b
|
Updated docs of simplify and derivative
|
2017-01-21 20:29:10 +01:00 |
|
jos
|
6a61dd6d3c
|
Implemented option {simplify: boolean} for function derivative
|
2017-01-21 20:10:10 +01:00 |
|
jos
|
71ae3ea076
|
Consistent API for both derivative and simplify (dropped transform)
|
2017-01-20 21:43:40 +01:00 |
|
tetslee
|
5a75a8c222
|
Simplify terms and factors seperated by inverse operators.
The simplify algorithm now applies rules one at a time.
|
2016-11-07 11:20:28 +10:30 |
|
tetslee
|
23bf1031eb
|
Improved constant folding in simplify.
|
2016-11-04 18:02:42 +10:30 |
|
tetslee
|
67b69b49c5
|
Improvements to simplify(). Also changes to the way simplify and derivative are used.
|
2016-11-02 16:26:22 +10:30 |
|
tetslee
|
12cdee2956
|
Merge branch 'algebraic_differentiation' into derivative
|
2016-10-25 13:06:37 +10:30 |
|
jos
|
eff330d635
|
Fixed a bug in an internal method used for sparse matrices, see #536. Still needs extra unit tests to verify the behavior
|
2016-01-08 19:58:26 +01:00 |
|
jos
|
dffd6c5f5f
|
Merge remote-tracking branch 'origin/algebraic_differentiation' into algebraic_differentiation
|
2015-12-05 13:18:04 +01:00 |
|
jos
|
bc6c861a36
|
Merge branch 'develop' into algebraic_differentiation
|
2015-12-05 13:17:50 +01:00 |
|
Favian Contreras
|
4b929d772a
|
Added cbrt. Added a small test case and comment as well.
|
2015-09-21 02:48:30 -07:00 |
|
Favian Contreras
|
48bb64af4e
|
Added some comments to the derivative file. Added some test cases as well (explicitly test partial derivatives and pure JS usage).
|
2015-09-19 21:24:56 -07:00 |
|
Rogelio J. Baucells
|
06c0515d4a
|
Merge pull request #461 from rjbaucells/develop
Sparse Matrix non sorted index issue #452
|
2015-09-07 13:02:14 -04:00 |
|
Rogelio J. Baucells
|
b30030b8a9
|
solver issue with non sorted index
|
2015-09-03 20:22:46 -04:00 |
|
Jos de Jong
|
08ccb24c06
|
Merge pull request #440 from rjbaucells/develop
Fix for issue #437 (Possible bug in lusolve)
|
2015-08-28 20:45:49 +02:00 |
|
Rogelio J. Baucells
|
06c3cd31b5
|
Issue #437 fix
|
2015-08-27 21:07:13 -04:00 |
|
Eric
|
6eb6498bf0
|
Fixed tabs
|
2015-08-26 04:53:50 +00:00 |
|
Eric
|
900ff31b62
|
Basic functionality of simplify function
|
2015-08-26 04:50:52 +00:00 |
|
Eric
|
2434ed3b90
|
_simplify, _ruleMatch, _exactMatch
|
2015-08-25 19:42:04 +00:00 |
|
Eric
|
3b8ad55fba
|
Added new files
|
2015-08-25 00:59:42 +00:00 |
|
Eric
|
a2b31e4d02
|
First commit
|
2015-08-25 00:58:45 +00:00 |
|
jos
|
a39d726a18
|
Merged algebraic_differentiation, fixed issues with function transforms attached to factory functions
|
2015-07-29 21:24:34 +02:00 |
|
jos
|
a388f399ca
|
Merge branch 'algebraic_differentiation' of https://github.com/BigFav/mathjs into algebraic_differentiation
Conflicts:
lib/core/typed.js
|
2015-07-29 20:57:50 +02:00 |
|
jos
|
154577d1be
|
Updated docs, examples, history
|
2015-07-27 21:26:50 +02:00 |
|
Favian Contreras
|
98040be7e1
|
Shortened up some of the more verbose test cases for which simplifications are possible. Used config.number on ConstantNodes that I missed on my original commits.
|
2015-07-25 07:29:17 -07:00 |
|
Favian Contreras
|
6fbe2238cd
|
Added a test case for nthRoot where the root is variable. Now handles a variable base log, and added a test case. Adjusted the chain rule to be after the switch statement (saves ~1640 bytes and is more modular).
|
2015-07-21 04:34:06 -07:00 |
|
jos
|
2353c4a61e
|
Renamed folders util to utils
|
2015-07-18 13:22:38 +02:00 |
|
Favian Contreras
|
2ca8176f1e
|
Added trigonometric functions, and refactored argument sanity checks. Added 'C^x' and FunctionAssignmentNodes.
|
2015-06-13 09:40:50 -07:00 |
|
jos
|
a1531e0173
|
Minor improvements in the docs
|
2015-06-10 20:53:50 +02:00 |
|
jos
|
d2e8ec06f2
|
Fixed docgenerator for v2. Updated docs.
|
2015-06-10 20:50:29 +02:00 |
|
Favian Contreras
|
6feb46ba31
|
Complete structure of derivitive function. Most operators are complete, with a few functions as well. Still does not handle argument errors well, even though it returns the same it received.
|
2015-05-31 02:49:36 -07:00 |
|
rjbaucells
|
ce95f7a837
|
lusolve() and slu() tests
|
2015-05-17 10:34:15 -04:00 |
|
rjbaucells
|
027462b081
|
slu() and lusolve()
|
2015-05-16 11:50:34 -04:00 |
|
rjbaucells
|
b5931fb116
|
solvers
|
2015-05-14 23:04:59 -04:00 |
|
rjbaucells
|
ceca6af8d3
|
slu() and lusolve()
|
2015-05-14 20:24:26 -04:00 |
|
rjbaucells
|
5ef0a6d9a0
|
removed file
|
2015-05-11 22:28:08 -04:00 |
|
rjbaucells
|
6c6b22a647
|
permute() - partial
|
2015-05-11 00:08:21 -04:00 |
|
rjbaucells
|
d3902a2fcf
|
lusolve() - partial
|
2015-05-09 11:21:23 -04:00 |
|