![]() |
| | #1 |
| Registered User Join Date: Mar 2009
Posts: 1
| Matrix Programming Help i'm very new to the programming. i have two questions related to matrices. Hope somoeone will help me with the code or even pseudo code is fine. 1. A c# function that returns TRUE when a matrix have same elements in anyone of the rows. eg. 1 2 4 1 1 1 2 2 4 The function for the above matrix should return True otherwise false. 2. A c# function which takes two input values and displays a matrix in the following pattern input: a,b a a a a a a a b a a b b a b b b b b b b I would appreciate your help |
| solarexplode is offline | |
| | #2 |
| CSharpener Join Date: Oct 2006
Posts: 5,308
| What help you need? Do you have a specific question? Do you have a code which has problems? What have you already done?
__________________ If I have eight hours for cutting wood, I spend six sharpening my axe. |
| vart is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C - access violation | uber | C Programming | 2 | 07-08-2009 01:30 PM |
| Matrix Help | HelpmeMark | C++ Programming | 27 | 03-06-2008 05:57 PM |
| Gauss-Jordan Matrix Inversion in C++ | Max_Power82 | C++ Programming | 3 | 12-03-2006 08:31 PM |
| Matrix and vector operations on computers | DavidP | A Brief History of Cprogramming.com | 11 | 05-11-2004 06:36 AM |