Recent content by Sword7

  1. S

    I IAU Rotational Models: Sol Solar System Planet Info

    Here is a link about more information... https://astrogeology.usgs.gov/groups/IAU-WGCCRE
  2. S

    I IAU Rotational Models: Sol Solar System Planet Info

    Well, no one response my question. I now found IAU WGCCRE papers on USGS website that provides complete rotational element tables for all planets and satellites.
  3. S

    I IAU Rotational Models: Sol Solar System Planet Info

    I am developing my own project called orbital flight simulator myself. I was looking for some IAU rotational model about all planets (Sol solar system) through the Internet and my books but was unable find any information. Does anyone have good books or information (tables and algorithms like...
  4. S

    MATLAB Compare Home Editions of Maple, MATLAB & Mathematica: Questions & Experiences

    Ok, thanks for some replies. I contacted MapleSoft and they offer Maple personal edition for $239 but does not offer MapleSim personal edition. I checked YouTube and learned that Maple is for word processor with math toolkit, etc. I will buy it for hobbyist use for documents soon. I will go...
  5. S

    MATLAB Compare Home Editions of Maple, MATLAB & Mathematica: Questions & Experiences

    I checked Maple, MATLAB and Mathematica websites and found personal/home editions for hobby use like 3D printer, robotics, etc.. and self-study. I now have a few questions for you. Does anyone have any good experiences with them? Which software support step-by-step solution display like...
  6. S

    Hippacros star catalogue - astrometric calculations

    Ok, I have strong background in Calculus. I am currently learning some about physics like gravity, etc. I did wrote a program to simulate orbit by using gravity formula. I received computer science degree when I graduated from college. Now I am interested in astrophysics and astronomy for my...
  7. S

    Hippacros star catalogue - astrometric calculations

    I am figuring out what are fields in Hippacros star catalogue because I am working on my own space simulator program much like Celestia and Orbiter. That data file is very new to me for my programming. Does anyone recommend any good books that teach about Hippacros for astrometrics and...
  8. S

    G-Force Measurement: Formulas for Launching into Orbit

    Hello folks, I found equation for g-force when I searched through google. Look at http://en.wikipedia.org/wiki/G-force" about equation of g-force for calculation. Tim
  9. S

    G-Force Measurement: Formulas for Launching into Orbit

    Hello folks, Does anyone know any formula about g-force measurement when launching into orbit? For example, 1 G at ground, 3-5 G during launching, 0 G at orbit. Thanks, Tim
  10. S

    Golf Simulation with Math & Physics: Open Source Solutions

    Ok, thanks for some replies. I found a few books about golf physics on the Amazon.com and ordered them. Those called "Physics of Golf" and "Netwon on the Tee: A Good Walk Through the Science of Golf". I was looking for open-source golf simulator but can't find any source. Does anyone...
  11. S

    Golf Simulation with Math & Physics: Open Source Solutions

    Hello folks, Does anyone have any information about golf simulation for math and physics formula by using Newton's gravity law and dynamics? I was searching for them through Internet but can't find any source. Does anyone know any open-source golf simulator? Thanks, Tim
  12. S

    Gravity with Vector calculation

    Hello folks, I implemented class Vector into my C++ gravity simulation program that I recently started to write from scratch. I changed individual variables into Vector variable but gcc compiler refuse compile gravity formula with Vector. My original code was: Fgx = (G * M * m * Px) /...
  13. S

    Help Gravity with 3D coordinations

    Hello again, Good news! Huston, we finally got my spacecraft in orbit... I finally resolved a problem with my gravity calculation after I fixed my code. I corrected initial velocity setting from 14km/s to 7km/s and finally got spacecraft in orbit instead of runaway. That was elliptic...
  14. S

    Equations, Step by step solution

    Hello folks, I was researching some math software through the Internet. I learned something from Maplesoft.com about Maple Portal but for student edition only. It offers equation step by step solution for simplifing integral or complex equations into simple equations. It will help my skill...
  15. S

    Math software - any recommendation?

    Hello folks, I was shopping for some mathematics software like Mathematica and Mathlab, etc..? However, they are too expnesive for me (hobbyist use). However, they only offer Mathematica 7 Home Edition for affordable price. I was looking for some open-source software and found a few...
Back
Top