DSiWare Forum

Topic: Petit Computer QR Code Sharing Thread

Showing 761 to 780 of 989

AuthorMessage
Avatar

Leviceljir

761. Posted: Sun 17th Mar 2013 02:58 GMT

Xtremetdifan wrote:

Levine, try zooming in on your laptop, ipad or whatever

I have to download it and so there isn't a zoom in button

Leviceljir

AuthorMessage
Avatar

VincentFaraday

762. Posted: Sun 17th Mar 2013 14:30 GMT

I recently created a program that can find the roots of quadratic equations. Since Petit Computer can't float very many numbers, the answers will have at most 3 decimal places. I should also note that this program cannot solve quadratics that have complex roots. Inside the program, I have included details on how the program was put together. The QR code can be found here: http://www.flickr.com/photos/94111184@N05/8565434024/in/photo...

Prinny rights dood!

AuthorMessage
Avatar

buny123

763. Posted: Sun 17th Mar 2013 18:38 GMT

VincentFaraday wrote:

I recently created a program that can find the roots of quadratic equations. Since Petit Computer can't float very many numbers, the answers will have at most 3 decimal places. I should also note that this program cannot solve quadratics that have complex roots. Inside the program, I have included details on how the program was put together. The QR code can be found here: http://www.flickr.com/photos/94111184@N05/8565434024/in/photo...

LOAD"SOLVE
OK
RUN
QUADRATIC SOLVER BY ZACHARY ♫
NOTE:(aX^2)+(bX)+c=0
You will have to restart
the program if the root is
is complex,since this program
cannot solve them.:)
What is a?
5
What is b?
6
What is c?
2
Illegal function call (32, SQR)
OK

buny123

3DS Friend Code: 4554-0413-6584 | Twitter: EthanShnesy

AuthorMessage
Avatar

MrSirr

764. Posted: Sun 17th Mar 2013 18:39 GMT

How do you make qr codes for games and then post them here?

MrSirr

AuthorMessage
Avatar

buny123

765. Posted: Sun 17th Mar 2013 20:17 GMT

MrSirr wrote:

How do you make qr codes for games and then post them here?

Go to Petit Computer, tap File Management, Save to SD Memory Card, select the file(s), make note of the folder it gives you. Take the SD card out of your DSi/3DS and put it in your computer. Upload the file here:
< http://smileboom.com/special/ptcm2/qrmaker/en_us/qrmaker.html >
Or create the QR codes using PTCUtilities:
< http://micutil.com/ptcutilities/top_e.html >

Edited on Sun 17th March, 2013 @ 20:22 by buny123

buny123

3DS Friend Code: 4554-0413-6584 | Twitter: EthanShnesy

AuthorMessage
Avatar

VincentFaraday

766. Posted: Sun 17th Mar 2013 22:18 GMT

buny123 wrote:

VincentFaraday wrote:

I recently created a program that can find the roots of quadratic equations. Since Petit Computer can't float very many numbers, the answers will have at most 3 decimal places. I should also note that this program cannot solve quadratics that have complex roots. Inside the program, I have included details on how the program was put together. The QR code can be found here: http://www.flickr.com/photos/94111184@N05/8565434024/in/photo...

LOAD"SOLVE
OK
RUN
QUADRATIC SOLVER BY ZACHARY ♫
NOTE:(aX^2)+(bX)+c=0
You will have to restart
the program if the root is
is complex,since this program
cannot solve them.:)
What is a?
5
What is b?
6
What is c?
2
Illegal function call (32, SQR)
OK

My point exactly. The root of (5x^2)+6x+2=0 would be two complex imaginary roots, which petit computer can't do. If you need the answer to a quadratic like this pick up a TI-84 or solve the equation by hand.

Prinny rights dood!

AuthorMessage
Avatar

buny123

767. Posted: Sun 17th Mar 2013 22:33 GMT

NoahXD wrote:

I have read petit slash 2 has an english patch.
here is the patch it is called ps2_ENG
[Link removed to prevent horizontal scrolling]

I uploaded the patch to my website and added some extra stuff (More info there):
http://dsifur.ethst.tk/ptcqr/ps2_game/

buny123

3DS Friend Code: 4554-0413-6584 | Twitter: EthanShnesy

AuthorMessage
Avatar

buny123

768. Posted: Sun 17th Mar 2013 22:41 GMT

VincentFaraday wrote:

buny123 wrote:

VincentFaraday wrote:

I recently created a program that can find the roots of quadratic equations. Since Petit Computer can't float very many numbers, the answers will have at most 3 decimal places. I should also note that this program cannot solve quadratics that have complex roots. Inside the program, I have included details on how the program was put together. The QR code can be found here: http://www.flickr.com/photos/94111184@N05/8565434024/in/photo...

LOAD"SOLVE
OK
RUN
QUADRATIC SOLVER BY ZACHARY ♫
NOTE:(aX^2)+(bX)+c=0
You will have to restart
the program if the root is
is complex,since this program
cannot solve them.:)
What is a?
5
What is b?
6
What is c?
2
Illegal function call (32, SQR)
OK

My point exactly. The root of (5x^2)+6x+2=0 would be two complex imaginary roots, which petit computer can't do. If you need the answer to a quadratic like this pick up a TI-84 or solve the equation by hand.

"Illegal function call (32, SQR)" was a program crash...
I checked line 32:
TOP=-B+SQR((B*B-4*A*C))
If you do the math (using my numbers above)...
TOP=-6+SQR((6*6-4*5*2))
TOP=-6+SQR((36-4*5*2))
TOP=-6+SQR((36-20*2))
TOP=-6+SQR((36-40))
TOP=-6+SQR(-4)
Petit Computer (Or a normal calculator; I just tried it on a TI-30XA) can't get the square root of a NEGATIVE number, thus it can't calculate the rest.

buny123

3DS Friend Code: 4554-0413-6584 | Twitter: EthanShnesy

AuthorMessage
Avatar

MrSirr

769. Posted: Mon 18th Mar 2013 01:09 GMT

buny123 wrote:

MrSirr wrote:

How do you make qr codes for games and then post them here?

Go to Petit Computer, tap File Management, Save to SD Memory Card, select the file(s), make note of the folder it gives you. Take the SD card out of your DSi/3DS and put it in your computer. Upload the file here:
< http://smileboom.com/special/ptcm2/qrmaker/en_us/qrmaker.html >
Or create the QR codes using PTCUtilities:
< http://micutil.com/ptcutilities/top_e.html >

Yea but how do u post them on this topic?

MrSirr

AuthorMessage
Avatar

MrSirr

770. Posted: Mon 18th Mar 2013 01:12 GMT

Also I have a few questions.
1. IF (B AND 16) THEN etc. etc. what does that or something like that mean?
2. On my menu, how do I make it so u can press up and down on the dpad to scroll thru menu options and select them by pressing A on the option on the menu that I want.

MrSirr

AuthorMessage
Avatar

VincentFaraday

771. Posted: Mon 18th Mar 2013 01:32 GMT

buny123 wrote:

VincentFaraday wrote:

buny123 wrote:

VincentFaraday wrote:

I recently created a program that can find the roots of quadratic equations. Since Petit Computer can't float very many numbers, the answers will have at most 3 decimal places. I should also note that this program cannot solve quadratics that have complex roots. Inside the program, I have included details on how the program was put together. The QR code can be found here: http://www.flickr.com/photos/94111184@N05/8565434024/in/photo...

LOAD"SOLVE
OK
RUN
QUADRATIC SOLVER BY ZACHARY ♫
NOTE:(aX^2)+(bX)+c=0
You will have to restart
the program if the root is
is complex,since this program
cannot solve them.:)
What is a?
5
What is b?
6
What is c?
2
Illegal function call (32, SQR)
OK

My point exactly. The root of (5x^2)+6x+2=0 would be two complex imaginary roots, which petit computer can't do. If you need the answer to a quadratic like this pick up a TI-84 or solve the equation by hand.

"Illegal function call (32, SQR)" was a program crash...
I checked line 32:
TOP=-B+SQR((B*B-4*A*C))
If you do the math (using my numbers above)...
TOP=-6+SQR((6*6-4*5*2))
TOP=-6+SQR((36-4*5*2))
TOP=-6+SQR((36-20*2))
TOP=-6+SQR((36-40))
TOP=-6+SQR(-4)
Petit Computer (Or a normal calculator; I just tried it on a TI-30XA) can't get the square root of a NEGATIVE number, thus it can't calculate the rest.

I'm sorry that you don't know how to deal with imaginary numbers in you calculator. You can also use MAPLE to find the complex roots more exactly with less effort. Like I said "The root of (5x^2)+6x+2=0 would be two complex imaginary roots, which petit computer can't do". The program works as long as sqrt(b*b-4ac) is equal to or greater than zero, otherwise you are dealing with imaginary numbers. The solutions to the quadratic you entered would be -0.6-0.2i and -0.6+0.2i.

Prinny rights dood!

AuthorMessage
Avatar

MrSirr

772. Posted: Mon 18th Mar 2013 01:59 GMT

http://imageshack.us/photo/my-images/138/qr0.png/
http://imageshack.us/photo/my-images/543/qr1.png/

Here are 2 qr codes for my game, lol, not REALLY a game. I'm kinda new to this and I just wanted to make a fun little thing so heree it is!
As soon as someone answers my previous question I will make changes to it: On my menu, how do I make it so u can press up and down on the dpad to scroll thru menu options and select them by pressing A on the option on the menu that I want?

Edited on Mon 18th March, 2013 @ 01:59 by MrSirr

MrSirr

AuthorMessage
Avatar

Philip

773. Posted: Mon 18th Mar 2013 04:07 GMT

MrSirr wrote:

http://imageshack.us/photo/my-images/138/qr0.png/
http://imageshack.us/photo/my-images/543/qr1.png/

Here are 2 qr codes for my game, lol, not REALLY a game. I'm kinda new to this and I just wanted to make a fun little thing so heree it is!
As soon as someone answers my previous question I will make changes to it: On my menu, how do I make it so u can press up and down on the dpad to scroll thru menu options and select them by pressing A on the option on the menu that I want?

That was FUN

Veeveeveeveeveevee

3DS Friend Code: 0559-7022-5853

AuthorMessage
Avatar

Hale-Bopp

774. Posted: Mon 18th Mar 2013 05:29 GMT

That is easily the Best Game Ever.

Hale-Bopp

AuthorMessage
Avatar

MrSirr

775. Posted: Mon 18th Mar 2013 14:41 GMT

Can no one answer my question? On my menu, how do I make it so u can press up and down on the dpad to scroll thru menu options and select them by pressing A on the option on the menu that I want?

MrSirr

AuthorMessage
Avatar

boot

776. Posted: Mon 18th Mar 2013 20:21 GMT

Hello

boot

AuthorMessage
Avatar

MrSirr

777. Posted: Tue 19th Mar 2013 14:01 GMT

Nvrmind I figured it out by myself no thx to anybody, but anyways, here are the NEW qr codes, knock urselves out. :|
http://imageshack.us/photo/my-images/820/qr0.png/
http://imageshack.us/photo/my-images/689/qr1p.png/
http://imageshack.us/photo/my-images/254/qr2g.png/

MrSirr

AuthorMessage
Avatar

longtimegamer

778. Posted: Tue 19th Mar 2013 15:41 GMT

@MrSirr: I'm trying to learn how to program right now. Not sure how much help I would have been. Recently read about the buttons being numbered, though that's probably not the info you needed.
Anyway, some people are probably busy and maybe some don't know the answers. I know that I probably didn't even try to answer as I just found a place that's been helpful in helping me to learn to put together some of this stuff(and what commands do what).

Anyways, I've had this program almost since the XL came out, but haven't done much on the program side other than some small examples in PETIT and exploring and changing program parts.

3ds fc: 1247-0003-1095
MK Fc: 2793- 3370-8506
Wii Fc: 7382-7314-0404-2194
Fiance Wendy's MK FC:(Same system) 4854-9224-0913
Uno FC: 1849-3080-8612
Overturn FC: 3266-3672-0977
Animal Crossing CF FC: 3094-5964-6068 Name: LTGamer, town: Wiitopia.

"NO SOUP FOR YOU!" the Soup Nazi

AuthorMessage
Avatar

swordx

779. Posted: Tue 19th Mar 2013 19:32 GMT

longtimegamer wrote:

@MrSirr: I'm trying to learn how to program right now. Not sure how much help I would have been. Recently read about the buttons being numbered, though that's probably not the info you needed.
Anyway, some people are probably busy and maybe some don't know the answers. I know that I probably didn't even try to answer as I just found a place that's been helpful in helping me to learn to put together some of this stuff(and what commands do what).

Anyways, I've had this program almost since the XL came out, but haven't done much on the program side other than some small examples in PETIT and exploring and changing program parts.

If you want to learn to program, messing with the code is a good way to do it. I started by messing with Game2, and it definitely helped. Maybe you should do the same thing.

swordx

AuthorMessage
Avatar

longtimegamer

780. Posted: Tue 19th Mar 2013 21:29 GMT

@Swordx: Thanks. I messed with the tennis and the alarm clock recently, as they didn't seem too complicated. Figured out how to add color through the clock one and used it to color the tennis. Though I did notice after I erased the color code that I had put in that the color didn't change back.[Though I know that I could add that code number to do so.]

3ds fc: 1247-0003-1095
MK Fc: 2793- 3370-8506
Wii Fc: 7382-7314-0404-2194
Fiance Wendy's MK FC:(Same system) 4854-9224-0913
Uno FC: 1849-3080-8612
Overturn FC: 3266-3672-0977
Animal Crossing CF FC: 3094-5964-6068 Name: LTGamer, town: Wiitopia.

"NO SOUP FOR YOU!" the Soup Nazi