Click here to Skip to main content
15,921,959 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I just started to learn how to use C#, and I am trying to apply the "CSML" code library available here.

I can't figure out how to produce a matrix of complex numbers.

In the long run, I want to be able to programmatically vary the numbers in the matrix, so I'll need to be able to access say "mymatrix (1,2)" in terms of the location of the term. All of the terms in the matrix will be complex.

Can you PLEASE help me to do this with CSML? It claims it has the capability, but the help file simply isn't clear enough to enable me to use it effectively to accomplish my goal.

Thank you!
Posted
Comments
Sergey Alexandrovich Kryukov 2-Sep-15 23:44pm    
What do you mean "how"? By doing the usual software engineering work. Do you have any real questions?
What have you tried so far?
—SA

1 solution

I continue my inquiry into C# and "CSML". If anyone has an answer, I'd appreciate it.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900