Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mathcad14: "Library not registered" error

Status
Not open for further replies.

rlmccormick

Electrical
Joined
Sep 10, 2007
Messages
1
Location
US
I recently started using Mathcad 14 and have an odd issue. I was trying to solve a simple equation numerically and was given the error message shown in the subject. I have never seen this error before on previous versions of Mathcad. Here is a simple example of what can cause this error:

a:=1
b:=5

given
a=10/b
find(b)=
At this point Mathcad gives me the "Library not registered" error. Anyone know what gives? I have used this functionality in Mathcad before (previous versions) with no trouble.
 
Most likely problem is that the program installation isn't correct. You might need to reinstall the program.

Mathcad has always been a bit finicky about installation.

TTFN

FAQ731-376
 
You would need to form that last line as:

b:=find(b)

Also, watch capitalization, I believe (without opening MathCAD) that given is actually Given and find might be Find.
 
From PTC.com Mathcad 14.0 Knowledge Based Articles (registration required)
Installation
Launching Mathcad yields error message "Library not registered"
Error message "Library not registered" indicates that some files were not successfully written to the registry during installation.

Solution:

Go to the Start menu - and open the run command box
Type mathcad /register and then hit enter, the hour glass should appear only for a moment
Launch Mathcad
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top