Skip to content

Instantly share code, notes, and snippets.

@lucas-clemente
Created July 31, 2012 13:45
Show Gist options
  • Save lucas-clemente/3217147 to your computer and use it in GitHub Desktop.
Save lucas-clemente/3217147 to your computer and use it in GitHub Desktop.
Mathematica assumptions helper
$Assumptions = {# \[Element] Reals, # > 0} & /@ {m, k, T} // Flatten;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment