Author Topic: Release of FormulaPro for the Nspire  (Read 55900 times)

0 Members and 1 Guest are viewing this topic.

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: Release of FormulaPro for the Nspire
« Reply #60 on: July 18, 2013, 04:39:27 am »
Use the link http://education.bwns.be/FormulaPro/eepro.html and then manually remove the units you don't want. I don't have the time to do this for you. Maybe in the future EEPro will support the ability to select your units.

Offline Patis

  • LV0 Newcomer (Next: 5)
  • Posts: 1
  • Rating: +0/-0
    • View Profile
Re: Release of FormulaPro for the Nspire
« Reply #61 on: November 24, 2013, 07:17:49 pm »
Is there a way to allow for a table output to my missing variable? For example I have an equation that gives 4 different angles, 2 of which are useful; however from looking at this code it restricts the solution to the max value in the table as well as only outputting as a number. Basically I'd just like to be able to put in a few inputs and get my solution out as if I had done solve. Inputs would not change from a single number for each input.

Code: [Select]
function math.solve(formula, tosolve)
    local eq="max(exp" .. string.uchar(9654) .. "list(solve(" .. formula .. ", " .. tosolve ..")," .. tosolve .."))"
    --local eq = "nsolve(" .. formula .. ", " .. tosolve .. ")"
    local res = tostring(math.eval(eq)):gsub(utf8(8722), "-")
    --print("-", eq, math.eval(eq), tostring(math.eval(eq)), tostring(math.eval(eq)):gsub(utf8(8722), "-"))
    return tonumber(res)
end

Thanks for your time. This program has been a lifesaver.

Offline dislexicengineer

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 6
  • Rating: +0/-0
    • View Profile
Re: Release of FormulaPro for the Nspire
« Reply #62 on: December 22, 2013, 10:33:33 pm »
Any updates on a ChemPro and MEPro?

Thanks

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: Release of FormulaPro for the Nspire
« Reply #63 on: December 23, 2013, 04:35:44 am »
Not yet, sorry !
MEPro has more levels of hierarchy through the categories etc. and without dirty hacks it wouldn't be possible to make a thing quickly.....
We're redoing the core from scratch, basically, and anyway we'll announce the release so you'll hear about it :)
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: Release of FormulaPro for the Nspire
« Reply #64 on: August 07, 2014, 01:54:02 pm »
v1.41b - Cosmetic changes
- Border/focus colors now improved/visible on B&W devices.
- Better alignment of some widgets
- Minor changes in other parts of code

Details : https://github.com/adriweb/EEPro-for-Nspire/commit/3d7aa29a4b75f47989155d14062c48381501612f

Download : https://github.com/adriweb/EEPro-for-Nspire/raw/master/FormulaPro.tns
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline trmpereira

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 9
  • Rating: +0/-0
    • View Profile
Re: Release of FormulaPro for the Nspire
« Reply #65 on: August 07, 2014, 04:45:03 pm »
That update was applied to the site where we can generate my own formulapro?
Thanks this awesome job you make for tinspire lover

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: Release of FormulaPro for the Nspire
« Reply #66 on: August 07, 2014, 06:05:44 pm »
Nope, that was the calculator program.

The generator is still up and working.


(Edit : Also, thanks :P)
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline trmpereira

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 9
  • Rating: +0/-0
    • View Profile
Re: Release of FormulaPro for the Nspire
« Reply #67 on: March 16, 2015, 04:47:26 pm »
There is an away to re-upload my code to site, @Adriweb  where we can generate my own formulapro or if I wanna edit some formula or add some unit I need to do all over again?

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: Release of FormulaPro for the Nspire
« Reply #68 on: March 16, 2015, 08:49:24 pm »
For now, it's not supported on the website... However you can edit the lua code yourself in the Nspire Computer Software (open the .tns, Insert -> Script Editor -> Edit script), find the lines with the units etc. and add what you want.
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline trmpereira

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 9
  • Rating: +0/-0
    • View Profile
Re: Release of FormulaPro for the Nspire
« Reply #69 on: March 16, 2015, 09:41:22 pm »
Thx @Adriweb i will do taht way...

Offline trmpereira

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 9
  • Rating: +0/-0
    • View Profile
Re: Release of FormulaPro for the Nspire
« Reply #70 on: November 18, 2015, 05:13:17 am »
What happen to http://education.bwns.be/formulapro offline just for me!?
Thanks!