Recent content by sheepcountme
-
S
Writing: Input Wanted Help needed comparing planetary "calendars"
Spectacular explanation! Thank you! I'm pretty adept at creating spreadsheets so this will be a minor task.- sheepcountme
- Post #7
- Forum: Sci-Fi Writing and World Building
-
S
Writing: Input Wanted Help needed comparing planetary "calendars"
Well, they do actually. It's a tablet called the smallvox. However, I still need this wonderful capability myself to keep things consistent in my story.- sheepcountme
- Post #6
- Forum: Sci-Fi Writing and World Building
-
S
Writing: Input Wanted Help needed comparing planetary "calendars"
Summary:: Writing a YA Space Opera series, but I'm lost on trying to create a formula for calculating "Earthbirth Days" Short run down: Earth was no long hospitable to humans so we left to colonize a new planet, Nemesyne. People on Nemesyne still celebrate their "Earthbirth Days" and count...- sheepcountme
- Thread
- Planetary
- Replies: 10
- Forum: Sci-Fi Writing and World Building
-
S
Sketching Surfaces: Sphere, Circle & More
Homework Statement I'm also having trouble with these: provide the names and sketch the following surfaces: x2+y2+z2=16 x2+y2=9 x2+2y2+4z2=16 z=-√(9-x2-y2) z=√x2+y2 z=x2+y2 Homework Equations The Attempt at a Solution So for the first one it's a sphere with radius of 4...- sheepcountme
- Thread
- Surfaces
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
S
Solving Review Problems: Intersections of 3D Equations Explained
Homework Statement I'm having some trouble remembering how to do this in a refresher course... sketch the intersection of (x^2)+(y^2)+(z^2)=3 and z<0 sketch the intersection of z=2(x^2)+2(y^2) and z=4-(x^2)-(y^2) Homework Equations The Attempt at a Solution I think the...- sheepcountme
- Thread
- Review
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
S
Work function of silver given wavelength
OH! Haha, thank you!- sheepcountme
- Post #3
- Forum: Introductory Physics Homework Help
-
S
Work function of silver given wavelength
Homework Statement If electrons can be ejected from a silver surface using light with wavelengths as large as 262 nm. What is the work function for silver? Homework Equations work function=hf c=f\lambda The Attempt at a Solution Given the wavelength, I solved for f =...- sheepcountme
- Thread
- Function Silver Wavelength Work Work function
- Replies: 2
- Forum: Introductory Physics Homework Help
-
S
Speed of proton as fraction of c
Really? It's what our book gives us :/ Mind telling me what I should be using?- sheepcountme
- Post #3
- Forum: Introductory Physics Homework Help
-
S
Speed of proton as fraction of c
Homework Statement Find the speed (as a decimal fraction of c) and momentum of a proton that has a kinetic energy of 1000MeV. The proton mass is 1.673x10-27kg, or 938 MeV/c2. Homework Equations KE= (1/2)mv2 KE= \gammamc2 p=mv \gamma=1/(sqrt(1-(v2/c2))) The Attempt at a Solution...- sheepcountme
- Thread
- Fraction Proton Speed
- Replies: 3
- Forum: Introductory Physics Homework Help
-
S
Is Gyrochronology a Type of Photometric Measurement?
Is gryochronology a type of photometric measurement or no? I've got it listed as such under my class notes, but I don't see how it could be...- sheepcountme
- Thread
- Replies: 1
- Forum: Biology and Chemistry Homework Help
-
S
Critical Points and the Second Derivative Test for a Multivariable Function
Ah! I missed (-1,1), thank you! And I got eigenvalues unnecessarily mixed up in all this (where the lamdas came from), thanks!- sheepcountme
- Post #4
- Forum: Calculus and Beyond Homework Help
-
S
Critical Points and the Second Derivative Test for a Multivariable Function
Homework Statement Find the critical points and use the second derivative test to decide if your critical points are local maxima, local minima, or saddle points. f(x,y)=x4+y4+4xy The Attempt at a Solution so I took the gradient to get: <4x3+4y, 4y3+4x> I know I need to set...- sheepcountme
- Thread
- Critical points Points
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
S
What Are Common Mistakes When Programming an Elevator System in C++?
Nevermind! http://www.gamedev.net/community/forums/topic.asp?topic_id=586469 This explains it.- sheepcountme
- Post #4
- Forum: Engineering and Comp Sci Homework Help
-
S
What Are Common Mistakes When Programming an Elevator System in C++?
Ah, okay thank you. I'm so awful at comp science. After fixing that I got just one more error: LINK : fatal error LNK1561: entry point must be defined any ideas??- sheepcountme
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
S
What Are Common Mistakes When Programming an Elevator System in C++?
Homework Statement This program simulates the actions of two elevators in a building. The building has MAXFLOOR floors - make this a program constant and set it to 15. You need to write an Elevator class. This class will have only one member variable, which is the floor of the building on...- sheepcountme
- Thread
- Elevator Errors Program
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help