Where can I find an online calculator for lambda calculus?

  • Context: Calculators 
  • Thread starter Thread starter saviourmachine
  • Start date Start date
  • Tags Tags
    Calculator Lambda
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 10K views
saviourmachine
Messages
96
Reaction score
0
Does anyone know of an online lambda calculator? Or actually I need an online calculator that allows the result to be used in the next calculation. Like the "Ans[wer]" key on some realworld calculators. It allows me to see for myself how for example the Cauchy series "1/Ans + Ans/2" converges. The difference with a sequence like "2*2 Ans" is that know the previous answer have to be used on two places in the equation.
 
Physics news on Phys.org
If I were you, I'd just download Maxima (the free analogue of Mathematica) or Octave (the free analogue of MATLAB). Both should be more than capable of what you're trying to do.

- Warren
 
Yes, I've Matlab. But thanks anyway for your suggestion.