Skip to content

Instantly share code, notes, and snippets.

@kashif
Created September 4, 2009 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kashif/180974 to your computer and use it in GitHub Desktop.
Save kashif/180974 to your computer and use it in GitHub Desktop.
In[1]:= Install["scalarProd"]
Out[1]= LinkObject[./scalarProd,8,7]
In[2]:= ScalarProd[{2.1,3.2},{4.3,5.4}]
Out[2]= 26.31
In[3]:= UnInstall[%1]
Out[3]= UnInstall[LinkObject[./scalarProd,8,7]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment