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
The Design intent has been to allow extremely small values(Delta x) to be properly algebraicly mapped and Differentiated.It also helps in the debugging of very large Strings Equations to check which term is causing the error.
239
239
240
-
# Release 4.0
241
-
242
-
243
-
244
-
240
+
# Release 5.0
241
+
a) To run Program :
242
+
1) Open ExprSimpleStrSep.java
243
+
2) Right Click
244
+
3) Select Run File
245
+
b) 2 new Interfaces have been created in ExprSimpleStrSep.java:
246
+
a) SimpleStr : Does a 1 to 1 mapping of input Equation
247
+
b) AlgebraicConfrmStr: Maps input Equation to its Algebraic Conformal Equation.
248
+
That is if Input Equation is :3*2*x
249
+
Algebraic Conformal Map is :6*x
250
+
c) PassFailTestCaseValueEasy Created and PassFailTestCaseValue renamed as PassFailTestCaseValueStrict:
251
+
This allows 4th Order and 4th Degree Euqation Error due to numerical Noise to be filtered out of the Test Results.
252
+
d) Test Results Output Tags the main program : MathsContxtLAv
253
+
System.out.println("MathematicalTestHarness:Started:MathsContxtLAv:Run Started Time:" + current + " ");
254
+
OR ExprSimpleStrSep.java
255
+
System.out.println("MathematicalTestHarness:Started:ExprSimpleStrSep:Run Started Time:" + current + " ");
245
256
246
257
For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
0 commit comments