From dbf261f2c6afab147c704695f2e853b51f97de9c Mon Sep 17 00:00:00 2001 From: Rajesh Pai Date: Thu, 30 Jun 2022 14:58:09 +0530 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a4a0db1..cd37476 100644 --- a/README.md +++ b/README.md @@ -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 + " ");