Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.7K Views
|
4 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Does the ccgrg package work with Mathematica 12?

POSTED BY: Michael Stone
4 Replies

ccgrg origially written for Mathematica 8 work properly with higher versions up to 11.1.

To run the package in higher versions of Mathematica you nead to restore the previous functionality of functions Solve and ValueQ. To do that please put in your notebook the following two lines:

If[$VersionNumber >= 12.2, SetOptions[ValueQ, Method -> "Legacy"]];
If[$VersionNumber >= 12.2, SetOptions[Solve, Assumptions -> {}]];

just after loading ccgrg.m.

Posted 4 years ago

Crossposted here.

POSTED BY: Rohit Namjoshi
Posted 4 years ago

There is a ccgrg package available here. Revision date 2014-03-05.

POSTED BY: Hans Milton

That is the version that I have. It fails its self test as it does not seem to recognise the special characters that are used in the package.

POSTED BY: Michael Stone
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard