Jump to content

Recommended Posts

Posted

hello,

i have 6 variables

a=5

b=10

c=7

d=9

x=1

y=2

when i solve this equation using gauss-jordan it gives me wrong answer

a⊕0⊕c⊕0⊕0⊕0=2

0⊕b⊕0⊕d⊕0⊕0=3

 

a⊕0⊕0⊕0⊕x⊕0=4

0⊕b⊕0⊕0⊕0⊕y=8

 

0⊕0⊕c⊕0⊕x⊕0=6

0⊕0⊕0⊕d⊕0⊕y=11

 

⊕ is XOR

 

thanks for your help :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.