hilbert
hilbert copied to clipboard
:dancers: Implement mathematics.
lim[x→0] should not evaluate to ∞, it is undefined. lim[x→0⁺] = ∞ lim[x→0⁻] = -∞
Refactor
First of all....
``` Enjoy! -> d/dx(cos(x)) I'm so sorry, something wrong. Please feel free to report this. [DEBUG CODE30] ========== DEBUG INFO ========== str: d/dx(cos(x)) scan_rslt: @lexeds: [{:token=>:UNKNOW, :value=>"d/dx", :els=>[]}] ```
Please see this example session: ``` $ hilbert -i Hi guys,thank you for using Hilbert. You need to execute "postulate zfc_analysis" if you wanna do real analysis. Enjoy! -> f(x,y)...
The following occurs when I try to check the Hilbert version: ``` $ hilbert --version $ hilbert -v /Users/yonkeltron/.rvm/gems/ruby-2.1.5@global/gems/hilbert-0.0.2700420/bin/hilbert:33:in `': uninitialized constant Hilbert::VERSION (NameError) from /Users/yonkeltron/.rvm/gems/ruby-2.1.5@global/bin/hilbert:23:in `load' from /Users/yonkeltron/.rvm/gems/ruby-2.1.5@global/bin/hilbert:23:in `'...
It seems to work just fine with most letters but I tried with S and got this: Enjoy! -> 3+4 > 2 true Enjoy! -> P -> Q Defined: P...
``` Enjoy! -> f(x)=x^2 x ** 2 Enjoy! -> f(4) 16.0 Enjoy! -> f(f(f(4))) I'm so sorry, something wrong. Please feel free to report this. Enjoy! -> f(f(4)) I'm so...
``` Hi guys,thank you for using Hilbert. You need to execute "postulate zfc_analysis" if you wanna do real analysis. Enjoy! -> postulate zfc_analysis success! :) Enjoy! -> S(x dx)[-oo..oo] 0.0...
``` Hi guys,thank you for using Hilbert. You need to execute "postulate zfc_analysis" if you wanna do real analysis. Enjoy! -> postulate zfc_analysis success! :) Enjoy! -> lim[x->0] (cos(x) -...
``` Hi guys,thank you for using Hilbert. You need to execute "postulate zfc_analysis" if you wanna do real analysis. Enjoy! -> postulate zfc_analysis success! :) Enjoy! -> (sin(1))^2 + (cos(1))^2...