Accuracy small numbers converted to symbolic
    4 views (last 30 days)
  
       Show older comments
    
    Martin Baumann
 on 4 May 2021
  
    
    
    
    
    Commented: Martin Baumann
 on 6 May 2021
            Any idea how to eliminate the inaccuracy occuring when converting small numbers to symbolic:
Current Example:
>> sym(2e-6)
ans =
4722366482869645/2361183241434822606848
>> sym(2e-5)
ans =
1/50000
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
				Find more on Symbolic Math Toolbox in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!