Skip to content

Instantly share code, notes, and snippets.

@Jim-Holmstroem
Created March 10, 2012 22:54
Show Gist options
  • Save Jim-Holmstroem/2013799 to your computer and use it in GitHub Desktop.
Save Jim-Holmstroem/2013799 to your computer and use it in GitHub Desktop.
Symbolic matrices MATLAB
A=sym('[a b 0;c d 0;0 0 1]')
A*[1 0 0]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment