ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Archives :: News :: Omnicalc v1.00 Released

Omnicalc v1.00 Released
Posted by Eric on 13 April 2002, 05:39 GMT

Michael Vincent of Detached Solutions has released Omnicalc v1.00, a nifty new FLASH application that provides many extra features for your TI-83+. Highlights include an entries menu and a parentheses highlighter. You can read all about it at its homepage.

 


The comments below are written by ticalc.org visitors. Their views are not necessarily those of ticalc.org, and ticalc.org takes no responsibility for their content.


Re: Omnicalc v1.00 Released
Achorny  Account Info

I downloaded the App and have been playing with it since the day after it came out, and I must say I was a bit disapointed (I know I am probably the first to say this) by the parenthesis thing and the clipboard. How come they can be used no where except the home screen? I would use neither for any practical purpose other than BASIC programming.

     15 April 2002, 23:20 GMT

Re: Re: Omnicalc v1.00 Released
Chickendude  Account Info

I e-mailed him early on asking if he'd put the clipboard ability in the program editor, too, but he said he probably wouldn't. I don't mind the parentheses because it's very useful in math (yes, I do sometimes use my calculator for things other than games... *shudder*)

     15 April 2002, 23:35 GMT

Re: Re: Re: Omnicalc v1.00 Released
Michael Vincent  Account Info
(Web Page)

I'm going to consider it for the next version, it'll take some time to implement because the program editor is different from the homescreen.

     16 April 2002, 01:26 GMT


Re: Re: Re: Re: Omnicalc v1.00 Released
shakey_snake  Account Info
(Web Page)

what about more programming functions?

     16 April 2002, 02:45 GMT


Re: Re: Re: Omnicalc v1.00 Released
343GuiltySpark  Account Info
(Web Page)

*gasp*
You mean the calculator can do stuff other than play Tetris!!?? And to think that I never knew!!!

     16 April 2002, 02:29 GMT


Re: Re: Re: Re: Omnicalc v1.00 Released
Chickendude  Account Info
(Web Page)

yep! It can play mario!

     16 April 2002, 22:07 GMT


Re: Re: Re: Re: Re: Omnicalc v1.00 Released
garyanddepleatedteamup  Account Info

PARADE FOR MARIO!!!
PARADE FOR TETRIS!!!


and does anyone know of an equation solving program that can do 2 or more variables at once?

     19 April 2002, 00:41 GMT

Re: Re: Re: Re: Re: Re: Omnicalc v1.00 Released
Chickendude  Account Info
(Web Page)

As in '3X+3=5Y'?
go to the problem solver (Math + 0) then type: 0=5Y-3X-3.
It works, but you might not get the intended answer. (The one above gives Y=.6 and X=0, which works, but it might not be the answer you were looking for...)

     19 April 2002, 01:57 GMT

Re: Re: Re: Re: Re: Re: Re: Omnicalc v1.00 Released
343GuiltySpark  Account Info
(Web Page)

Better yet, get an 86 and hit [2nd] [TABLE]. Then you can solve systems of equations with up to 30 variables!!!
Parade for the 86!!

     19 April 2002, 03:09 GMT


Re: Re: Re: Re: Re: Re: Re: Omnicalc v1.00 Released
dabaxibomb  Account Info

Heres a method that works well on all calcs (i know the 82 and up have it)
lets say:
x+8y+4z = 43
6x+6y+2z = 51
9x+y-z = 43
you put this into a matrix like this
[1 8 4 43
6 6 2 51
9 1 -1 43]
Then you goto the matrix menu, and i think under math there is a command rref (reduced-row echelon form)
then use rref [A] (or other matrix}
if there is one distinct point you will get
[1 0 0 A
0 1 0 B
0 0 1 C]
in this form A = x, B= y, C = z, and you have a solution

     19 April 2002, 06:44 GMT

Re: Re: Re: Re: Re: Re: Re: Re: Omnicalc v1.00 Released
343GuiltySpark  Account Info
(Web Page)

I always thought it was something like this: [B][A]^-1 or something like that.

     19 April 2002, 18:41 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Re: Omnicalc v1.00 Released
dabaxibomb  Account Info

yeah, thats another way to do it, they give you the same results, but the first way only involves making one matrix.

     19 April 2002, 22:20 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Omnicalc v1.00 Released
esweecoo  Account Info
(Web Page)

i was just reading the manual(82) last night and it said that you use somethin like *row+( a coulpe times, i dont think there is a rref

     20 April 2002, 05:23 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Re: Omnicalc v1.00 Released
dabaxibomb  Account Info

Im pretty sure the 82 has rref, it should be under one of the matrix menus. I know for a fact that the 83(+), 86, 89, and 92 have it. I wonder if teachers dont teach it, because it really makes life easier. I learned about it for the first time in linear algebra.

     21 April 2002, 00:19 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Omnicalc v1.00 Released
Rob van Wijk  Account Info

We had a discussion about this on TI-Math (Feb 2002). Somebody claimed that the 82 _doesn't_ have rref.
Their is an other way though. Say you want to solve this system:
4x+3y=19
6x+9y=51

You type: [[4,3][6,9]]^-1[[19][51]]
The answer will be [[1][5]], which means x=1 and y=5.

     23 April 2002, 14:17 GMT


Re: Re: Re: Re: Re: Re: Omnicalc v1.00 Released
BigRedDog  Account Info
(Web Page)

try TI's 'polynomial root finder and simultaneous equation solver' (quite the name). It is a 2 page app and works VERY well, but it disables all DS key hooks :/

     19 April 2002, 22:35 GMT


Re: Re: Re: Re: Re: Re: Re: Omnicalc v1.00 Released
343GuiltySpark  Account Info
(Web Page)

Or [2nd] [TABLE] (for simultaneous) and [2nd] [PRGM] (for polynomials) on the 86. No need for an app and no disabling of DS key hooks.

     20 April 2002, 06:26 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Omnicalc v1.00 Released
garyanddepleatedteamup  Account Info

What happend to my parade?
For tetris and mario

     22 April 2002, 02:36 GMT


Re: Re: Omnicalc v1.00 Released
BigRedDog  Account Info
(Web Page)

Believe me, that came up quite a bit during the beta testing phase.

     16 April 2002, 05:04 GMT

Re: Omnicalc v1.00 Released
lord_nightrose Account Info
(Web Page)

HEY ARCHIVE GUYS!!!
http://www.ticalc.org/archives/ files/authors/29/2924.html

What happened here? My submitted program list is GONE!!! All 52 of them!!!

     16 April 2002, 02:48 GMT


Re: Re: Omnicalc v1.00 Released
Chivo  Account Info

Are you referring to your author profile? Yours is now at .../61/6169.html and not .../29/2924.html, if that's what you're looking for. If it's not, then I have no idea. No tengo idea.

     16 April 2002, 04:38 GMT

Re: Re: Re: Omnicalc v1.00 Released
lord_nightrose Account Info
(Web Page)

Whoa. They never changed it on me before... wonder why they did now???

     16 April 2002, 05:57 GMT


Re: Re: Re: Omnicalc v1.00 Released
lord_nightrose Account Info
(Web Page)

Ahh.... I think I know why. I messed up in the categorization of like 10 of my new programs. I forgot to change the category each time I uploaded. Maybe they got angry that they had to do it themselves...

     16 April 2002, 06:00 GMT


Re: Re: Re: Re: Omnicalc v1.00 Released
343GuiltySpark  Account Info
(Web Page)

Naughty naughty ... don't you know that the archive staff is already horribly overworked? And then you force them to change the categorization of a third of them manually ... you should be ashamed. :P

Vive OS 3.43!!

     16 April 2002, 07:10 GMT


Re: Re: Re: Re: Re: Omnicalc v1.00 Released
lord_nightrose Account Info
(Web Page)

Vive ... ME!!! aahahaha... ha.

     16 April 2002, 08:14 GMT

1  2  3  4  5  6  7  8  

You can change the number of comments per page in Account Preferences.

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer