Created
September 4, 2009 16:22
-
-
Save kashif/180974 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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