| The United-TI Forum is Read-Only. | |
| Goto page 1, 2 Next |
| 05 Apr 2005 04:27:18 pm by Arcane Wizard | ||
| save L2 to L0
remove frames 4-9 from L2 augment frame 4 to L2 remove frames 1-4 from L0 augment L0 to L2 ? |
||
| 05 Apr 2005 05:11:16 pm by Bryan Thomas | ||||
And how exactly would I do that? Think about it... |
||||
| 05 Apr 2005 05:17:00 pm by Arcane Wizard | ||
| How do you remove frames 4-9 right now? (source code) | ||
| 05 Apr 2005 06:55:21 pm by Arcane Wizard | ||
| Kind of like how one can add two sub()'s to replace a part of a string. | ||
| 05 Apr 2005 07:36:24 pm by alexrudd | ||
| Hmm, with L2 seq( may indeed work better.
A is the position in L2 augment(seq(L1(X),X,1,L2(A+1)),augment(L3,seq(L1(X),X,L2(A+1)+1,dim(L1→L1 This probably needs a little tweaking, but I think you get the idea. |
||
| 05 Apr 2005 07:38:22 pm by Bryan Thomas | ||
| Hmm, if all goes well I think we may have decimated this problem, Ill do some coding tonight and get back to ya... :D
EDIT: a! I dont think sequence is valid with complex lists...wtf am I talking about...I dont even need them...sorry for editing a post I didnt even think of umm yeah! haha |
||
| 05 Apr 2005 07:50:27 pm by Weregoose | ||
| TI-83 Plus Graphing Calculator Guidebook § 11-12:
[font="times"]seq( (sequence) returns a list in which each element is the result of the evaluation of expression with regard to variable for the values ranging from begin to end at steps of increment. variable need not be defined in memory. increment can be negative; the default value for increment is 1. seq( is not valid within expression. Complex lists are not valid. seq(expression,variable,begin,end[,increment]) |
||
| 05 Apr 2005 07:59:50 pm by alexrudd | ||
| Just thought of something: seq( might be slow for a long list. For the first part (before the stuff you add), you can use dim( to cut off the rest of L1 (after saving it somewhere else) instead of seq(
I tried a simple program with the line of code in my last post, and it seemed to work. I'm not sure if I interpreted L2 correctly though. |
||
| 05 Apr 2005 08:02:37 pm by Weregoose | ||||
| Run one sequence using the [font="courier new"]real( part,
run another sequence using the [font="courier new"]imag( part, then concatenate the two in the form of [font="courier new"]L1+L2i.
Oh. :0x5: [ EDIT (Read Across) ] [font="courier new"]____For______________tables, ____using____________monospace, ____gainsboro,_______and ____underscore_______works ____like_____________magic! _____________________ |
||||
| 05 Apr 2005 08:10:40 pm by Bryan Thomas | ||
| Nice guys, Thanks for your help, I got my calc right next to me and ready. I will bust it out as fast as possible for you guys I will let you know how it goes I will have to perform the seq() command for all of the 6 lists, which may take some time, but it is definetely smaller and could be compatable with a ncie saving progress bar |
||
| 05 Apr 2005 08:44:54 pm by Weregoose | ||
| I would take careful notice of alexrudd's method. I think he's got it.
[EDIT] Just to clarify, it's very much like "pointing" relative to the initial position in each frame given the integer found on [font="courier new"]L2. That reference list, which I wasn't aware of until you posted it, was the saving grace that kept this thing together. |
||
| 05 Apr 2005 08:55:59 pm by alexrudd | ||||
Yay! Isn't it nice to do stuff right? Which method did you mean, my original method or my modification of yours? EDIT: a, this post is active. In the time it took me to read Supergoose's post and click REPLY, it was edited already. This is almost chatroom speed... |
||||
| 05 Apr 2005 08:57:44 pm by Weregoose | ||
| [font="courier new"]augment(seq(L1(X),X,1,L2(A+1)),augment(L3,seq(L1(X),X,L2(A+1)+1,dim(L1→L1
Indeed, only minor tweaking is required to get this up and running in Contra 83! |
||
| 05 Apr 2005 09:03:15 pm by Bryan Thomas | ||
| Yeah Working on it now guys, almost done to tell you the results... a right its active :D
Getting an ERROR : INCREMENT... Cant quite figure out why, here is the line Seq(L1(Z),Z,L2(X+2),dim(L1) ???? I even do this... Seq(L1(Z),Z,L2(X+2),dim(L1),Z+1 ???? NVM figured out why ahahha a this is active!! |
||
| 05 Apr 2005 09:14:40 pm by Weregoose | ||||
| Since no increment is set (leaving the default increment as 1), the only other possibility is such that [font="courier new"]L2(X+2) > dim(L1).
The break-down: [font="courier new"]seq(a,b,c,d,e) [font="courier new"]a : Equation containing the variable [font="courier new"]b : The variable itself [font="courier new"]c : Initial position [font="courier new"]d : Target position [font="courier new"]e : Increment (optional)
GRAH!!! |
||||
| The United TI Forum is Read-Only. | |
| Goto page 1, 2 Next | |
[Switch to Desktop view]
© Copyright 2000-2013 Cemetech & Kerm Martian :: Mobile Design by Alex "comicIDIOT" Glanville
Problems? Issues? Or Suggestions? There's a thread for that!
© Copyright 2000-2013 Cemetech & Kerm Martian :: Mobile Design by Alex "comicIDIOT" Glanville
Problems? Issues? Or Suggestions? There's a thread for that!
