Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.5K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Replace Indeterminate expression ArcTan[0,0] with a value "a"?

Posted 6 years ago
POSTED BY: Navneeth Gummal
2 Replies

The approach with myArcTan will fail if you feed it symbolic coordinates. If you are daring you can directly redefine ArcTan:

Unprotect[ArcTan];
ArcTan[0, 0] = a;
Protect[ArcTan]
POSTED BY: Gianluca Gorni
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard