Group Abstract Group Abstract

Message Boards Message Boards

0
|
2.5K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Modulus->n not working in free input form

Posted 3 years ago
POSTED BY: Santiago Rocha

Not sure what went awry but it works fine for me.

In[165]:= Solve[{x^2 + y^2 + z^2 == 1, x + y == 1}, Modulus -> 2]

Out[165]= {{x -> 0, y -> 1, z -> 0}, {x -> 1, y -> 0, z -> 0}}
POSTED BY: Daniel Lichtblau
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard