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 - ElementCoder

Pages: 1 ... 17 18 [19] 20 21 ... 46
271
Math and Science / Galactic Lecturehall
« on: April 09, 2013, 04:55:57 pm »

So I don't know if this thread will even live for more than a week, but I'll try to gather some simple yet fascinating (in my opinion at least) facts about astronomy and the universe. It'll probably (not yet) be very high level complicated stuff,  but that will come later. So yeah, if anyone has some questions you can always ask and I'll see if I can help you out (of course you can help too :P).
Note: throughout these derivations you may think "why is he doing that?" or "why does he discard that?". The reason is because we make a few simple assumptions that make our lives a whole lot easier. Stars, matter clouds and galaxies for example are all 'perfect spheres'; stars are only hydrogen (though that may vary depending on what I'm derivating / showing).

Gravitational Collapse:
Condition 1: The cloud is larger than its Jeans length
Spoiler For Jeans length for a 3 dimensional cloud:


Condition 2: The cloud is heavier than its Jeans mass

Orbital mechanics (simple):
Spoiler For Orbital Veloctiy:

Spoiler For Escape Velocity:


272
Miscellaneous / Re: Dreams
« on: April 09, 2013, 03:35:56 pm »
I almost never dream D:
Same here and when I do, I don't remember much. I don't pay attention to these so I forget. :P I actually tend to dream awake of geeky stuffs that I actually remeber. Kind of like trance. *.*
In fact you almost dream every night but just don't rember it when waking up. Avarage is about 3 or 4 dreams per night.

273
Miscellaneous / Re: Dreams
« on: April 09, 2013, 11:45:08 am »
BTW, does any one of you have lucid dreams?
I have them rather often and it is pretty awesome :D
Apparently I dream a lot about the animation I'm planning to make. Then I wake up and realize I don't have such skills nor made that progress. Funny thing is in my dreams my imagination goes wild but when actually trying to work on the story I can't remember a thing or think of something good :P

274
Lua / Re: Updating WZGUILib
« on: April 09, 2013, 02:33:15 am »
Flexibility is always a plus, but maybe you could incorporate some default things like a default window color as you proposed.

275
Other Calculators / Re: Your calculator collection
« on: April 08, 2013, 05:12:46 am »
nice, do you use it then like a stilus on it and use it for art programs? that is awesome :D
Yep there's a pen that you use to draw. For the art.... let's say I need a little bit more practise :P

276
Computer Projects and Ideas / Re: Hellninjas Stuff n' Junk
« on: April 06, 2013, 11:56:41 am »
Isn't DarkBASIC the language of FPSCreator and other programs of that line?

277
Other Calculators / Re: Your calculator collection
« on: April 05, 2013, 10:36:06 am »
Prepare for my awesome collection of no less than five calculators! :D I don't have many, though I do plan on getting a TI84+SE as well I think.

*edit* Also I wondered about the lab cradle. It came with my Nspire at no extra charge. I've no idea what to do with. I'd like to test it out to see if it works though. I though it was a wifi attachment when I first got it.
My Nspire didn't come with anything, not even the promised 84+ keypad :(. I once entered a contest which had the entire cradle/sensor set as prize, but I failed to win it.

Edit: oops, that pic came out a little bit too huge :P
What is that thing your calcs are lying on?

Looks like a tablet, used for digital drawing stuffs.

30xb looks pretty slick :)  Kind of like the fx-cp400 colors except reversed :P  Hard to go wrong with b/w/cyan.

Yes it's a drawing tablet, I bought it so I'd use a bit less paper so a whiteboard will be coming soon as well. I also wanted to do some digital art stuffs (I need to make some concept art for a ~15 min. short film I have planned with Blender). The 30XB looks pretty nice indeed. That's one of the reasons the second XIIB is buried underneath the first one :P

278
Miscellaneous / Re: What Does Your Voice Sound Like? (New Collection)
« on: April 05, 2013, 09:44:16 am »
That's you on 0:44? That's quite impressive :)

279
News / Re: TI-Planet arithmetic contest !
« on: April 05, 2013, 08:01:10 am »
That TI-84 Pocket.fr just needs to be in my pocket, unfortunately I have no time to join :( Also is the Nspire category Basic as well as ndless?

280
Miscellaneous / Re: Creating my own linguistic language
« on: April 03, 2013, 02:29:15 pm »
This looks interesting, when my exams are over I'll read it :)

281
TI-BASIC / Re: General help
« on: April 03, 2013, 01:27:28 pm »
If finding zeroes is your only goal then you can just do "nSolve(x^2+3x+4 = 0, x)" for example (without the quotes). If you want to be able to enter arbitrary values as well do the following (assuming you are on a touchpad / CX):
Go to doc>Insert>Program Editor>New, enter a name and select "Function" as the type. Press ok, you will see the following:
Code: [Select]
Func name()=

EndFunc
Now change it to the following (replacing the equation with whatever your function is):
Code: [Select]
Func name(x)=
x^2+3x
EndFunc
You can also add more variables to it, but that will unable you to plot it. To use it you simply call name(3) for example. To solve for zeroes use "nSolve(name(x)10, x)" on non-CAS or "solve(name(x)=0,x)" on CAS.

282
General Calculator Help / Re: TNOC
« on: April 03, 2013, 09:03:43 am »
That certainly is a special character ;) My guess is that's what is causing you all this trouble.

283
Other Calculators / Re: Your calculator collection
« on: April 02, 2013, 05:10:44 am »
Prepare for my awesome collection of no less than five calculators! :D I don't have many, though I do plan on getting a TI84+SE as well I think.

*edit* Also I wondered about the lab cradle. It came with my Nspire at no extra charge. I've no idea what to do with. I'd like to test it out to see if it works though. I though it was a wifi attachment when I first got it.
My Nspire didn't come with anything, not even the promised 84+ keypad :(. I once entered a contest which had the entire cradle/sensor set as prize, but I failed to win it.

Edit: oops, that pic came out a little bit too huge :P

284
TI-Nspire / Re: nLaunch: Now for CX!
« on: April 02, 2013, 04:49:50 am »
It's just a sticker I use to identify my own CX calculators when I use them in class, as they aren't labeled "school property".
I like the plural :P
-HOWEVER, nLaunch CX is still not flagged as a prank. Does it mean it's actually real? O.O
Haven't had the time to test this myself, but it does seem legit. Especially that last pic with the CM OS, since that model is completely white (if I'm not mistaken).

285
News / Re: Had a good April's Fools Day?
« on: April 02, 2013, 04:43:04 am »
Did you liked it? Did you fell for it? Do you want a TI-Planet theme on Omnimaga and vice-versa? Tell us in the comments!
I said this a lot yesterday but I actually think that theme looks pretty good :P
I really didn't know what to expect, so when I logged in I was pretty confused, good job :).

Pages: 1 ... 17 18 [19] 20 21 ... 46