Hello
FormulaData[] is really great. But I did't find out, how to insert values for some variables.
formula = {"DistanceSpeedTime", "Acceleration", "InitialSpeed"};
given = {"d" -> Quantity[100, "Meters"], "t" -> Quantity[10, "Seconds"],"v_i" ->Quantity[5, "Meters"/"Seconds"]};
FormulaData[formula, given]
I'm not able to insert values for variables with an intex in the notation, in my example above for the "InitialSpeed" v_i. I always get the Message "Unknown physical quantity specification" (see also Link).
Any idea how this works?