Search results

From HandWiki
  • Introduction 2 BeanShell 3 Jython 4 Java 5 Groovy 6 JRuby 7 Matlab and Octave 8 Algorithms 9 External libraries Benchmarks 1 Functions 2 Parametric Functions 3 Non
    7 KB (902 words) - 21:05, 6 March 2024
  • Help (section Showing Math)
    inline>\sum_{i=0}^\infty 2^{-i}</math> Another example: [math]\displaystyle{ \text{geometric series:}\quad \sum_{i=0}^\infty 2^{-i}=2 }[/math] <math display="block">\text{geometric
    14 KB (1,481 words) - 12:01, 5 August 2021
  • next examples. It is more convenient to import all Math functions as: import java.lang.Math.*; print(sqrt(2)); One can also use the complete jhplot package
    16 KB (2,399 words) - 12:23, 15 March 2020
  • DMelt:Math/1 Functions (category Functions) (section 2D Functions)
    f1=F1D("1+x+(x^2)-(x^3)") # correct answer -1 print f1.eval(2) f1=F1D("1+x+(x*x)-(x*x*x)") # correct answer -1 print f1.eval(2) f1=F1D("1+x+x^2-x^3") # correct
    20 KB (2,205 words) - 17:57, 2 October 2021
  • nextGaussian()) h2 = H1D("H1D-2",20, -2.0, 2.0) h2.color = Color.blue h2.errX = False h2.errY = True h2.penWidthErr = 2 h2.fill(val) c2 = HPlotJa("Canvas-2", 600
    12 KB (1,793 words) - 11:02, 14 February 2021
  • 3,4 columns c2=HPlot3D("Plot",600,400,2,1) c2.visible() c2.setAutoRange() c2.cd(1,1) c2.setBoxColor(Color.white) c2.draw(p2) c2.cd(2,1) c2.setBoxColor(Color(200
    15 KB (2,731 words) - 12:05, 14 February 2021
  • setNameY("Y") f1 = F2D("2*exp(-x*y/4)", -2.0, 5.0, -2.0, 5.0) f2 = F2D("4*x*y", -2.0, 5.0, -2.0, 5.0) c1.draw(f1,f2) </jc> Functions in 2 dimensions can be
    13 KB (1,779 words) - 18:41, 27 March 2020
  • symbolic calculations, let take definite integral of <m>x^2+x-3</m>: <jc lang="math"> syms x a=integrate(x^2+x-3,x) printf('%f',a) </jc> If you are not a registered
    4 KB (565 words) - 18:17, 27 March 2020