How Can Beginners Learn Matrix Inversion in C++?

  • Context: C/C++ 
  • Thread starter Thread starter pmb_phy
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
16 replies · 4K views
pmb_phy
Messages
2,950
Reaction score
1
If there is somene hear who knows C++ and is willing to discuss the language in e-mail please let me know. I'm in the learning process and have too many questions to post them. If someone would ejoy such an exchange I'd be grateful. Thanks

Pete
 
Physics news on Phys.org
pmb_phy said:
If there is somene hear who knows C++ and is willing to discuss the language in e-mail please let me know. I'm in the learning process and have too many questions to post them. If someone would ejoy such an exchange I'd be grateful. Thanks

Pete
If you want, send me a private message (not an e-mail) and I'll answer what I can.
 
dduardo said:
If you post here I can answer your questions. Plus it will help others that want to learn too.

Please check you're PM.

Thanks

Pete
 
Last edited:
Send me an email with your questions and I will, absolutely for free and with no strings attached, refer you to Google.

But that's only because I don't know C++. :wink:
 
Chen said:
Send me an email with your questions and I will, absolutely for free and with no strings attached, refer you to Google.

But that's only because I don't know C++. :wink:
Smile a lot <<sal>>
 
This is what I love about PF. Someone asks a question and 7 people jump up to help answer.
 
One thing I'd love to work through/understand is the code to write to graphics file.

http://members.aol.com/rf21exe/gif.htm#gif

Pete
 
Last edited by a moderator:
Hi

I'd be glad to help...I have put up some really basic stuff on my site (www.geocities.com/fsairin/) about C++ but whether or not it helps you depends on your current level of understanding/experience.

Please post the problems you face so that we can help you out...

And of course, google.com is a wonderful way to find out more about C++ resources on the internet.

Cheers
Vivek
 
If you'd like to edit files of such complex systems as gif and you are in the learning process you are in deep waters man. I've been playing around with c++ for three years now creating games and working in openGL and when i thought about including 3dsmax files I lost it...
From what I can tell of your experience just by reading your posts I think you should start with easier tasks. If you want to learn and not just copy/paste that is. (Which for some reason often seems rather similar :P)
 
I would work with bitmaps before attempting gifs.
First you need to learn C and/or C++. Then you need to learn file operations with them. Then you can try something like image reading.
 
Dissident Dan said:
I would work with bitmaps before attempting gifs.
First you need to learn C and/or C++. Then you need to learn file operations with them. Then you can try something like image reading.

I already know C and file operations.
 
ponjavic said:
If you'd like to edit files of such complex systems as gif and you are in the learning process you are in deep waters man. I've been playing around with c++ for three years now creating games and working in openGL and when i thought about including 3dsmax files I lost it...
From what I can tell of your experience just by reading your posts I think you should start with easier tasks. If you want to learn and not just copy/paste that is. (Which for some reason often seems rather similar :P)

As mentioned above I already know C. I learned it about 14 years ago and programed in it (for work) for 4 years. It's a piece of cake for me to write C code (once I refresh a smidgen). I know a bit of C++. I know enough to do whatever I'd like to do. But the question regarding GIFs was outside the C++ question. If I were to take a wild guess I would say that I want to find the file format, LZW compression algorithms etc.

Someone mentioned bit maps. Why would I need bitmaps. I'm not referring to Visual C++ so why bother with them?

Pete
 
pls help me to write a visual c++ program on matrix inversion (the matrix should be of any order and it may be a sparse one)...