Recent content by hitfq

  1. H

    Mathematica Fixing a Moving Point Animation Issue in Mathematica using Manipulate

    I want to make an animation of a moving point using the command below, but the point doesn't move, how can I make it move using Manipulate? Thank you. Manipulate[ Graphics[Point[{t , - t^2/2}] /. {t -> a}], {{a, 1}, 0, 10}]