Results 1 to 3 of 3

Thread: Is there an autograph equivalent for linux?

  1. #1
    Join Date
    Apr 2006
    Location
    York, England
    Beans
    821
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Is there an autograph equivalent for linux?

    There is an excellent windows program called autograph but it doesn't play nicely with wine. Does anyone know of an equivalent in Linux?

    For more info check out :http://www.autograph-maths.com/

    Also is there a program that can do something like this website can: http://integrals.wolfram.com/index.jsp

    It would be nice to have an offline version.

  2. #2
    Join Date
    Apr 2006
    Beans
    Hidden!

    Re: Is there an autograph equivalent for linux?

    Code:
    sudo aptitude install yacas
    Code:
    In> Integrate(x,a,b)Sin(x)
    Out> Cos(a)-Cos(b)
    I think that's what you want.

  3. #3
    Join Date
    Oct 2006
    Location
    Cambridge (UK)
    Beans
    176
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Is there an autograph equivalent for linux?

    You can try gnuplot for plotting graphs - it's command line, but not too hard to learn! I use maxima for algebra, it has several good interfaces (such as wxMaxima). However, I don't know of anything with all the same tools as autograph.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •