Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kyllopardiun

Pages: 1 2 [3] 4 5 ... 13
31
FILE ERROR
The Program doesn't work. :'(

here I got the same issue 0/

32
TI-BASIC / Re: "get" the return of solve
« on: June 19, 2011, 03:19:18 pm »
No one knows how to write a variadic function in ti-basic? Is it impossible?


33
TI-BASIC / Re: "get" the return of solve
« on: June 18, 2011, 02:01:28 am »
Can you store the result of solve in a string?

Actually I need it as values, however, maybe i can get through this with some workaround;
So If I do this, "solve()=:a", it is stored as string ?

Sorry If I was ambiguous, but I didn't ask how to use median,
What I am looking for is: to create a function which can be called like->

f(x)

and

f(x,y)
// Actually this is polymorphism for OO languages or variadic functions as called in ansi C.   

34
TI-BASIC / "get" the return of solve
« on: June 17, 2011, 11:08:53 pm »
Well, I was doing some easy algorithm (frobenius method);
and I got an issue, I have a list like this: {a0+6*a1,a1+20*a2,a2+42*a3,a3,...}
And I must get it solved in terms of a0;

I can do this with: solve(list[1]=0 and list[2]=0 and list[3]=0 ...,a1,a2)
and the return is:
a1=−a0/6 and a2=a0/120 and a3=−a0/5040...


The question is can I store those "results" in a list? //sorry if is a dumb question but I couldn't find any example of this.

EDIT:
Someone know how to use variadic functions/programs like:

median(List[,freqlist])

?

// Nspire CAS 1.7 [this is the only version I can have working in computer for free besides ncubate]

35
General Calculator Help / Re: OSLauncher Help
« on: June 13, 2011, 08:24:26 pm »
So all I need to do is put OSLauncher and the img for the OS I want to run in the same folder and it should work?

It might work,
I couldn't get it working on my nspire clickpad non-cas =/

and you must give the .raw's name as described in the path of the sourcecode. ..

36
When I visited their channel, I disliked every video... Except for those that had ratings disabled, which was around 50% of them.

RFLOL, but I think they deserve it!

Come on, they should stop being against us, to work with us.

but,sadly, TI's a teacher-oriented industry ...

37
Gaming Discussion / Re: Is Portal 2 too short for its cost?
« on: June 13, 2011, 12:01:00 pm »
They cost 700 SEK here, which is about $110 or 80€.
You may blame the game prices, but I wish I was living in sweden as you...

38
Site Feedback and Questions / Re: How can I get a custom title?
« on: June 13, 2011, 11:56:40 am »
Just changed mine to something shorter, but...
You kind of copied what juju did ...
just wrote it as: VW95IHRzb2wgZWh0IGVtYWcu

or "Uoy tsol eht emag."

anyways, I didn't lose it..

39
Ndless / Re: Would Ndless 3.0 be possible through Lua?
« on: June 13, 2011, 09:14:33 am »
//Just some random thoughts :

Nspire OS3 does not run older .tns,
but, maybe if you can get something with this bug in Lua,
perhaps you could create a buggy .tns (3) which may be the next exploit...


40
News / Re: OSLauncher, LUA to TNS converter and TI document player
« on: June 13, 2011, 08:08:03 am »
If you get to the point that the calculator freezes on a mostly black screen, you're probably using the correct versions.
Freezing is by far the most frequent behaviour of my S-0507 Nspire Clickpad when OSLaunching a 1.7.2741 CAS from a 1.7.2741 non-CAS...

Well, then I suppose we have the same situation (as mine is a clickpad too);
So, did you have more lucky with others S.O.  combinations?

//I almost installed 2.0.1 to give it a try, but I am not sure if it will be worth,
as it doesn't worked on my hardware.

41
News / Re: OSLauncher, LUA to TNS converter and TI document player
« on: June 12, 2011, 09:28:15 pm »
Is there a verison I can use google translate on?

Google translate doesn't work on the pdf file. Maybe they could post an HTML version somewhere
no need: http://ti.bank.free.fr/modules/archives/downloads/nspirepcas.zip

Couldn't anyone post compiled and working versions which does the trick?
//When I try to launch 1.7 cas in the 1.7 non-cas I see the image as described in the pdf,
but after it, then it freeze in a "black" screen...

:/

42
Other Calc-Related Projects and Ideas / Re: CAS Theory
« on: June 12, 2011, 06:52:40 pm »
I don't know, if it's possible in axe,
however, I think the easier way to do that is in LISP...

//Although  it isn't that user friendly

43
TI-BASIC / Re: Weird Nspire bug //do not evaluate at all
« on: June 09, 2011, 06:18:08 pm »
polyCoeffs() is exactly what I was trying to do in exp2vector().

Thanks,

44
TI-BASIC / Re: Weird Nspire bug //do not evaluate at all
« on: June 09, 2011, 09:16:44 am »
I thought it would be easier for you, if you get the .tns,
so it's attached here.

//there are examples of how those functions should work

45
TI-BASIC / Re: Weird Nspire bug //do not evaluate at all
« on: June 09, 2011, 01:05:25 am »
no it isn't, as I've used it before like 9=:vector;
for testing purposes and it worked.

Pages: 1 2 [3] 4 5 ... 13