|
[Date Index]
[Thread Index]
[Author Index]
Unprotect[Pi]
- To: mathgroup at smc.vnet.net
- Subject: [mg90820] Unprotect[Pi]
- From: Scott <sguthery at gmail.com>
- Date: Fri, 25 Jul 2008 06:15:53 -0400 (EDT)
How does one unprotect symbol Pi and the Greek lower case letter pi
(π)? Unprotect[Pi] doesn't seem to do the job.
Pi // N
3.14159
Unprotect[Pi]
{Pi}
Pi
π
Pi // N
3.14159
Unprotect[π]
π//N
3.14159
Thanks for any insight.
Cheers, Scott
Prev by Date:
Export into Excel Worksheets
Next by Date:
Mathematica in Education and Research
Previous by thread:
Re: Export into Excel Worksheets
Next by thread:
Re: Unprotect[Pi]
|