Results 1 to 4 of 4

Thread: Programming Language for Graphical Math Web Apps?

  1. #1
    Join Date
    Mar 2013
    Beans
    2

    Programming Language for Graphical Math Web Apps?

    Hi there,

    I'm a long-time Ubuntu user (since 6.06), but I've only recently gotten into programming as part of my new job. It's mostly just dabbling in Python scripts. I also do math tutoring on the side, but I'd like to be able to provide my clients with customized tools to help them understand concepts while I'm not around.

    What kind of language do you recommend that would help me create Cartesian graphs whose parameters can be easily modified by the user? For instance, the user could move a slider back and forth to adjust the slope of a line and the graph would show the effects in real time.

    I do know the basics of HTML and CSS, but that's really it for the web.

  2. #2
    Join Date
    Sep 2011
    Beans
    86
    Distro
    Ubuntu

    Re: Programming Language for Graphical Math Web Apps?

    The R language has some tools for this...

    http://www.rstudio.com/shiny/

  3. #3
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Programming Language for Graphical Math Web Apps?

    There's AMPL which is a modeling language for linear and nonlinear optimization problems and lets you use common notation and familiar concepts to formulate optimization models and examine solutions, while the computer manages communication with an appropriate solver.

  4. #4
    Join Date
    Mar 2013
    Beans
    2

    Re: Programming Language for Graphical Math Web Apps?

    Both of those look quite promising. They seem to have a lot of functionality built in that I thought I would have to develop myself. Thanks!

    Of course, if anyone else has suggestions I'm open to hear them.

Tags for this Thread

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
  •