Basic Examples (1)
Use DependentVariableQ to identify a variable that depends on a single variable:
Scope (3)
Use DependentVariableQ with a list of variables that depend on a single variable:
Use DependentVariableQ with a variable that depends on two variables:
These are not dependent variables:
Applications (8)
Define a simple function to identify all dependent variables of a single variable for a given Lagrangian and Euler-Lagrange equations:
Lagrangian for the double pendulum:
Lagrangian for the spherical pendulum:
Lagrangian for the PUMA-Like Robot:
Use DependentVars with the resource function EulerEquations to compute the corresponding Euler-Lagrange equations of motion for the Lagrangians L1, L2 and L3:
Euler-Lagrange equations for the double pendulum:
Euler-Lagrange equations for the spherical pendulum:
Euler-Lagrange equations for the PUMA-Like Robot:
Properties and Relations (4)
Use DependentVariableQ with the resource function SolutionRulesToFunctions to convert solution rules to function rules in a given list containing rules whose left-hand side don't match with a variable that depends on other variables:
Use DependentVariableQ with the resource function SolutionRulesToFunctions on a more complicated list:
Use DependentVariableQ with the resource function SymbolToSubscript:
Use DependentVariableQ with the resource function FormalizeSymbols:
Possible Issues (1)
DependentVariableQ only identifies dependent variables that have the formats x[var] or x[vars]: