Author Topic: [Help please] Mode 7.  (Read 7210 times)

0 Members and 1 Guest are viewing this topic.

Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: [Help please] Mode 7.
« Reply #15 on: December 25, 2010, 07:54:51 pm »
Code: [Select]
:For(A,0,20)
:A*B->C
:End

Can be changed to:
Code: [Select]
:-B->A
:For(D,0,20)
:A+B->A->C
:End

And now you've removed a multiplication.  If you add rotation, you have to do 2 additions: one for the Y spacing and one for the X spacing.
« Last Edit: December 25, 2010, 07:55:49 pm by Quigibo »
___Axe_Parser___
Today the calculator, tomorrow the world!

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: [Help please] Mode 7.
« Reply #16 on: December 25, 2010, 08:06:00 pm »
thanks i'll look into that.
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: [Help please] Mode 7.
« Reply #17 on: December 25, 2010, 08:08:41 pm »
@Quigibo: I don't fully understand the concept behind what you are doing. Can you explain it?

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: [Help please] Mode 7.
« Reply #18 on: December 25, 2010, 08:10:00 pm »
Code: [Select]
:For(A,0,20)
:A*B->C
:End

Can be changed to:
Code: [Select]
:-B->A
:For(D,0,20)
:A+B->A->C
:End

And now you've removed a multiplication.  If you add rotation, you have to do 2 additions: one for the Y spacing and one for the X spacing.

that isn't in the code you linked to.
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: [Help please] Mode 7.
« Reply #19 on: December 27, 2010, 11:42:49 pm »
thanks, but to make sure I'm understanding correctly, could someone make a pic like calc84maniac's and label the d1, d2, r1, and r2?
I'm still a bit confused...  I just can't picture things in 3D.  :P

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: [Help please] Mode 7.
« Reply #20 on: December 28, 2010, 09:16:20 am »
do what i did.
Take quigibo's mode 7 code.
in your program only draw to L3.
put in quigibo's code right where you would normally have display gragh.
note: change all Y's in quigibo's code to (20-y). (maybe 30-y  i can't remember and don't have my calc near me.)

Then you can fiddle around with his code to understand it.
« Last Edit: December 28, 2010, 09:16:49 am by happybobjr »
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________