Skip to content

v1.2.7

Compare
Choose a tag to compare
@goodluck1982 goodluck1982 released this 12 Dec 11:37
· 4 commits to main since this release
The fix in 1.2.6 is not good. The change from Simplify to FullSimplify
in num=Simplify[mat] will cause new problem. 
((-I/2)*(-I + Sqrt[3]))/Sqrt[2]//FullSimplify will gives Root[1+2 #1^2+4 #1^4&,1]
Change back to Simplify. Add a judgement for the zero norm case to calculate Arg.