[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.c

triangular matrix

mo/-/sin

8/27/2008 5:31:00 PM

hi........... i m mohsin
plz provide me the program which represents triangular matrix in c
language.........
12 Answers

jt

8/27/2008 5:53:00 PM

0

mo/-/sin <Ri.mohsin@gmail.com> wrote:
> hi........... i m mohsin
> plz provide me the program which represents triangular matrix in c
> language.........

int main( void )
{
int utm[ 2 ][ 2 ] = { { 1, 2 }, { 0, 3 } };
return 0;
}

HTH.

--
\ Jens Thoms Toerring ___ jt@toerring.de
\__________________________ http://t...

Rui Maciel

8/27/2008 5:55:00 PM

0

On Wed, 27 Aug 2008 10:30:38 -0700, mo/-/sin wrote:

> hi........... i m mohsin
> plz provide me the program which represents triangular matrix in c
> language.........

Why?


Rui Maciel

jacob navia

8/27/2008 6:10:00 PM

0

mo/-/sin wrote:
> hi........... i m mohsin
> plz provide me the program which represents triangular matrix in c
> language.........

.... and why should we do your homework for free?


--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/...

user923005

8/27/2008 7:00:00 PM

0

On Aug 27, 10:30 am, "mo/-/sin" <Ri.moh...@gmail.com> wrote:
> hi........... i m mohsin
> plz provide me the program which represents triangular matrix in c
> language.........

Here is a matrix which is both upper and lower triangular (bonus!).
Furthermore, it can be used as the identity matrix for certain small
matrices or even {in a pinch} as a scalar identity element:

static double ultriang[1] = {1.0};

HTH

Andrew

8/27/2008 10:20:00 PM

0

On 2008-08-27, mo/-/sin <Ri.mohsin@gmail.com> wrote:
> hi........... i m mohsin
> plz provide me the program which represents triangular matrix in c
> language.........

This represents a triangular matrix:

/*

* **
** * *
* * *
* * *
*** **

** *
* * **
* * *
* * *
** ***

*/

int main(void) { return 0; }


Please give me credit for your art class.

--
Andrew Poelstra apoelstra@wpsoftware.com
To email me, use the above email addresss with .com set to .net

Andrew

8/27/2008 10:25:00 PM

0

On 2008-08-27, Andrew Poelstra <apoelstra@supernova.home> wrote:
> On 2008-08-27, mo/-/sin <Ri.mohsin@gmail.com> wrote:
>> hi........... i m mohsin
>> plz provide me the program which represents triangular matrix in c
>> language.........
>
> This represents a triangular matrix:
>
> /*
>
> * **
> ** * *
> * * *
> * * *
> *** **
>
> ** *
> * * **
> * * *
> * * *
> ** ***
>
> */
>
> int main(void) { return 0; }
>

(Bear in mind I'm using the word "represents" with very
little sleep ;).

[/OT]

--
Andrew Poelstra apoelstra@wpsoftware.com
To email me, use the above email addresss with .com set to .net

mo/-/sin

8/28/2008 12:43:00 PM

0

On Aug 27, 11:10 pm, jacob navia <ja...@nospam.com> wrote:
> mo/-/sin wrote:
> > hi........... i m mohsin
> > plz provide me the program which represents triangular matrix in c
> > language.........
>
> ... and why should we do your homework for free?
>
> --
> jacob navia
> jacob at jacob point remcomp point fr
> logiciels/informatiquehttp://www.cs.virginia.edu/...

its not ma homework........... i want it bcoz i havnt learn the
concept of triangular matrix..........

mo/-/sin

8/28/2008 12:43:00 PM

0

On Aug 27, 10:54 pm, Rui Maciel <rui.mac...@gmail.com> wrote:
> On Wed, 27 Aug 2008 10:30:38 -0700, mo/-/sin wrote:
> > hi........... i m mohsin
> > plz provide me the program which represents triangular matrix in c
> > language.........
>
> Why?
>
> Rui Maciel

i want it bcoz i havnt learn the concept of triangular matrix..........

pete

8/28/2008 12:52:00 PM

0

mo/-/sin wrote:
> On Aug 27, 11:10 pm, jacob navia <ja...@nospam.com> wrote:
>> mo/-/sin wrote:
>>> hi........... i m mohsin
>>> plz provide me the program which represents triangular matrix in c
>>> language.........
>> ... and why should we do your homework for free?
>>
>> --
>> jacob navia
>> jacob at jacob point remcomp point fr
>> logiciels/informatiquehttp://www.cs.virginia.edu/...
>
> its not ma homework........... i want it bcoz i havnt learn the
> concept of triangular matrix..........

Neither have I.
And if I wanted to, I wouldn't try to learn it here.
Google wants to be your friend.

http://www.google.com/search?hl=en&q=%22triangular...
Results 1 - 10 of about 241,000 for "triangular matrix".

Especially in a mathematical context,
you can express yourself less clearly
if you spell "because" as "cos" instead of as "bcoz".

--
pete

osmium

8/28/2008 1:59:00 PM

0

"mo/-/sin" wrote:

<enqote>

> > hi........... i m mohsin
> > plz provide me the program which represents triangular matrix in c
> > language.........
>
> ... and why should we do your homework for free?
>
> --
> jacob navia
> jacob at jacob point remcomp point fr
> logiciels/informatiquehttp://www.cs.virginia.edu/...

its not ma homework........... i want it bcoz i havnt learn the
concept of triangular matrix..........

<end quote>

Looking at a computer program as a way to learn mathematical concepts
strikes me as a spectacularly poor way to learn mathematics. Would you look
at am FFT program to learn the rudiments of Fourier analysis? Good God!

Start at this link and branch out from there if you need to.

http://en.wikipedia.org/wiki/Triangu...