Click here to Skip to main content
15,896,606 members
Articles / Programming Languages / C#

Solving Basic Matrix Operations

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
24 Mar 2013CPOL4 min read 21.6K   844   7  
Using custom FractionalNumber and Matrix classes.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
while (live) {
try {
learn();
code();
food();
...
} catch (Exception ex) {
recover();
}
}

Comments and Discussions