Skip to main content

Questions tagged [protect]

1 vote
0 answers
63 views

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 ...
xzczd's user avatar
  • 72.4k
3 votes
0 answers
122 views

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 ...
Tapiocaweasel's user avatar
0 votes
0 answers
55 views

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 ...
Gert's user avatar
  • 1,803
2 votes
1 answer
82 views

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 ...
Jason Ham's user avatar
3 votes
1 answer
86 views

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 : ...
Franck's user avatar
  • 421