Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
642 views

Mathematica: How to use a single equation with multiple parameters to calculate any parameter

Currently I use a single equation with different combination of known/unknown parameters. As I don't have any fancy calculator it would be much easier to define the equation in Mathematica and passing ...
2
votes
3answers
153 views

Computing Earth orbit position and rotations

I want to compute the Earth position (relative to the sun) and axis rotations for a given date and time. It's ok to assume the Sun is stationary at the 0,0,0 coordinate. Very minor deflections, due to ...
2
votes
4answers
234 views

Orbital equations, and power required to run them

Due to a discussion on the SO IRC today, I'm curious about orbital mechanics, and The equations needed to solve orbital problems The computing power required to solve complex problems The question ...
1
vote
1answer
27 views

y-orbit tumbles from top to bottom as mouseY changes in Processing IDE

NOTE: this is in the Processing IDE I am trying to get spherical orbiting down and i've almost got it. this is what i have so far: float cameraTheta, cameraPhi, cameraRadius; //camera position in ...
1
vote
1answer
35 views

How do you find nonterminating cycles in a 2D vector field?

I have a finitely-sized 2D vector field. What I want is to find any "cycles" in this field - that is, if this field represented the flow of a fluid, and you placed an object on one of these cycles, ...
0
votes
1answer
15 views

changing the angle of a 3d orbiting object in relation to the x-axis

so i am trying to change the angle at which the object orbits in relation to the x-axis as you are looking down the z-axis. see the picture for what i mean: i am currently using this code to orbit ...
0
votes
1answer
105 views

Chipmunk 2D Setting Oribital Velocity Function

So I've used the Planet.c demo to set up a velocity function for my 2D iPhone game that's in the works that involved orbiting planets. However the following code sets up nice orbits but only does so ...