Git Product home page Git Product logo

Comments (8)

davidedc avatar davidedc commented on July 3, 2024 1

documentation work is ongoing. Will open separate issue for the "assigning values" request.

from algebrite.

lorenzos avatar lorenzos commented on July 3, 2024

Thank you!

from algebrite.

bloc97 avatar bloc97 commented on July 3, 2024

You can also use the Eigenmath manual for math functions.
http://www.rejoicealways.net/lcu-semesters/fall2010/mat1302/Eigenmath.pdf

from algebrite.

rafaelferreiraql avatar rafaelferreiraql commented on July 3, 2024

Notice that d() does not exist in Algebrite but it's documented there. I supposed it should read as derivative() which is in the package.

from algebrite.

pabloahb avatar pabloahb commented on July 3, 2024

Related:

The arguments of some functions have changed:

old: for(i,j,k,a,b,...)
new: for(do(a,b,...),i,j,k)

old: sum(i,j,k,f)
new: sum(f,i,j,k)

old: product(i,j,k,f)
new: product(f,i,j,k)

from algebrite.

davidedc avatar davidedc commented on July 3, 2024

I've added the changes to for/sum/product documentation for the latest version (1.2.0) here: http://algebrite.org/docs/1.2.0/reference.html . The JS documentation is still under work, I'll try to get that done in the coming week.

from algebrite.

DIS-Connect avatar DIS-Connect commented on July 3, 2024

how can i eval a function with algebrite??

from algebrite.

davidedc avatar davidedc commented on July 3, 2024

@DIS-Connect using the internal scripting:

f(x) = 3*x
f(10)
> 30

Using JS:

Algebrite.run("f(x) = 3x+1");
Algebrite.run("f(10)"); // if you want the result as a string
> "31"
Algebrite.eval("f(10)"); // if you want the result as an Algebrite "atom" object
> UĀ {cons: {ā€¦}, q: rational, k: 1}

from algebrite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.