Inverse Symbolic Calculator
wayback.cecm.sfu.ca
Inverse Symbolic Calculator
1–5 of 5 posts
Re: Inverse Symbolic Calculator
#2The limit of 5 decimal places makes it a bit impractical for my use case:
While debugging, I often use fast numerical approximations to obtain out some number, that I know should somehow relate to some properties of the input, combined with some constants. But the precision is often less than 5 decimal places.
Example: The operator norm of some operation or some integral -- is it pi/4inputsize? ln(2)inputsize? sqrt(1/2)*inputsize?
https://www.wolframalpha.com/ is really useful in that case
Re: Inverse Symbolic Calculator
#3It fails on 42
Re: Inverse Symbolic Calculator
#4It fails on 42
It should return 1337%π (:
Re: Inverse Symbolic Calculator
#5The limit of 5 decimal places makes it a bit impractical for my use case: While debugging, I often use fast numerical approximations to obtain out some number, that I know should somehow relate to some properties of the input, combined with some constants. But the precision is often less than 5 decimal places. Example: The operator norm of some operation or some integral -- is it pi/4 inputsize? ln(2) inputsize? sqrt…
Have you tried dividing by inputsize? Better yet vary inputsize and do a fit, maybe with something like Nutonian Formulize if you have no idea of the form.