Questions tagged [protect]
The protect tag has no summary.
5 questions
1
vote
0
answers
63
views
Volume[Octahedron]^=1 adds Protected attribute back to unprotected Octahedron [duplicate]
In memory of my whole night.
I encountered this when trying to answer this question by fixing the old Geometry`Polytopes` Legacy Standard Add-On Package.
Consider ...
3
votes
0
answers
122
views
Is this list of Formal Symbols complete? Which versions have unprotected Formal Symbols?
Formal Symbols are protected against being assigned values, making them handy for avoiding name collisions for things like fit parameters and pattern matching. Because formal symbols (and others) like ...
0
votes
0
answers
55
views
Strange behaviour when adding Options to Protected symbols
I want to use the TensorProduct function to work for some of my custom expressions with head FusionRing and I want it to be able ...
2
votes
1
answer
82
views
Conversion of an expression to function yields Tag Plus in ... is Protected error
I'm trying to implement polynomial interpolation. My current implementation involves generating an expression that is the final equation that will be plotted. While plotting the function itself works ...
3
votes
1
answer
86
views
Parallel Kernel inheritance problem for Protect
for the following program:
Unprotect[Power];
Power[0, 0] = 1;
Protect[Power];
ParallelTable[0^0, {4}]
I have the following result:
(kernel 1) Power::indet : ...