Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh-VPai authored Jun 30, 2022
1 parent 27ccbd6 commit dbf261f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,18 +238,18 @@ Simple Expression Map2(IntegrExpr):
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.

# Release 5.0
a) To run Program :
1) Open ExprSimpleStrSep.java
2) Right Click
3) Select Run File
b) 2 new Interfaces have been created in ExprSimpleStrSep.java:
a) SimpleStr : Does a 1 to 1 mapping of input Equation
b) AlgebraicConfrmStr: Maps input Equation to its Algebraic Conformal Equation.
#a) To run Program :
# 1) Open ExprSimpleStrSep.java
# 2) Right Click
# 3) Select Run File
#b) 2 new Interfaces have been created in ExprSimpleStrSep.java:
#a) SimpleStr : Does a 1 to 1 mapping of input Equation
#b) AlgebraicConfrmStr: Maps input Equation to its Algebraic Conformal Equation.
That is if Input Equation is :3*2*x
Algebraic Conformal Map is :6*x
c) PassFailTestCaseValueEasy Created and PassFailTestCaseValue renamed as PassFailTestCaseValueStrict:
#c) PassFailTestCaseValueEasy Created and PassFailTestCaseValue renamed as PassFailTestCaseValueStrict:
This allows 4th Order and 4th Degree Euqation Error due to numerical Noise to be filtered out of the Test Results.
d) Test Results Output Tags the main program : MathsContxtLAv
#d) Test Results Output Tags the main program : MathsContxtLAv
System.out.println("MathematicalTestHarness:Started:MathsContxtLAv:Run Started Time:" + current + " ");
OR ExprSimpleStrSep.java
System.out.println("MathematicalTestHarness:Started:ExprSimpleStrSep:Run Started Time:" + current + " ");
Expand Down

0 comments on commit dbf261f

Please sign in to comment.