Show HN: Kalk, A calculator with math syntax, complex numbers
11–20 of 90 posts
Re: Show HN: Kalk, A calculator with math syntax, complex numbers
#12Re: Show HN: Kalk, A calculator with math syntax, complex numbers
#13Any interest in adding more symbolic stuff? There often isn't really any reason to do derivatives numerically. While I was looking at the derivatives I noticed the word "quotinent" should be "quotient" in the readme.
Re: Show HN: Kalk, A calculator with math syntax, complex numbers
#14Any interest in adding more symbolic stuff? There often isn't really any reason to do derivatives numerically. While I was looking at the derivatives I noticed the word "quotinent" should be "quotient" in the readme.
I have thought about doing derivatives and such algebraically when possible. It should certainly be doable, and I already have a system for moving things around to achieve these kind of things. This may be a thing in the future.
Re: Show HN: Kalk, A calculator with math syntax, complex numbers
#15Earlier quoted context omitted.
I have thought about doing derivatives and such algebraically when possible. It should certainly be doable, and I already have a system for moving things around to achieve these kind of things. This may be a thing in the future.
There are also some algorithms for trying to deal with symbolic integrals but they're pretty intense compared to what you have to do for derivatives (which are very easy).
Re: Show HN: Kalk, A calculator with math syntax, complex numbers
#16When I input 3^4^5, it outputs infinity.
Re: Show HN: Kalk, A calculator with math syntax, complex numbers
#17Can you support big numbers? When I input 3^4^5, it outputs infinity.
Re: Show HN: Kalk, A calculator with math syntax, complex numbers
#18 >> f(x) = x^2
>> f''(4)
0.9995297887Re: Show HN: Kalk, A calculator with math syntax, complex numbers
#19Re: Show HN: Kalk, A calculator with math syntax, complex numbers
#20This seems off: >> f(x) = x^2 >> f''(4) 0.9995297887