You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ JavaCalculus is a Maths String Java Package that has the below:
38
38
6. Simple Expression Interface: To obtain the simple mathematical Java equivalent string.
39
39
- input: Java string: f(x)
40
40
- output: Java string: s(x) : such that f(x)=s(x) in all respects mathematically.
41
+
- The purpose of this Interface is to simplify the inputs so that the differentiation & integration Interfaces are not complex. It also has the dual function of simplifying the output of the differentiation and integration interfaces by removing the leftover quirks of the mathematical operations to ensure a neat Java string. Hence it is recommended to use this interface at the input and output.
41
42
42
43
JavaCalculus is about 12,000 Lines of Lambda Calculus Code which does not use Numeric Analysis Methods (Newton Raphson etc).
43
44
This is just High School Mathematics Maths Formulae with Java Lambda Calculus Code.
@@ -50,10 +51,13 @@ Work In Progress (Future Development):
50
51
2. Functions
51
52
3. Parenthesis
52
53
53
-
Development and Test Environment: Windows XP and Java 7 & Neteans 8.2
54
+
Development and Test Environment: Windows XP and Java 7 & Netbeans 8.2
54
55
55
56
Testing has been rigorous with the TestHarness Testing 216 Types(Formats) of Equations
56
-
This can be checked out by the User by running the Function (method):mainRegresssionDiffTest and mainRegressionIntegrTest
57
+
This can be checked out by the User by running the Function (method):mainRegresssionDiffTest and mainRegressionIntegrTest.
58
+
59
+
The Regression Suite has 216 types of equations with their differentiation and integration computed upto order 4. The User can add his/her additional order answers if required.
60
+
Testing has always been upto 4th order (order=5).
57
61
58
62
##### User Intructions:
59
63
Run the function mainUser(args) and mainAlgebraUser(args); in File: MathsContxtLAv0_1.java
0 commit comments