Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-07-2007, 10:10 PM
Member
 
Join Date: Dec 2007
Posts: 3
ishakteyran is on a distinguished road
implementing sparse and nonsparse matrices together
hello to all.. i have a realy tough assignment which requires me to add, substract, multiply, and get inverse of non-sparse and sparse matrixes..

in a more clear way it wants me to to the operations listed above between two sparse, or two non-sparse or a sparse and a non-sparse matrix..

for the operations on the matrixes of same kind, say sparse matrix, it seems rather easy .. but what makes me confuse is how to operate a sparse with a non-sparse..

and of course for both which data structure is the best? list, vector, array,.... ? if i use a 2D array for non-sparse then what should be the best structure for sprase matrix.. and is it a good programming way to temporarily turn the sparse into non-sparse while adding substracitng or multiplying with a non-sparse matrix? if not in what way should i handle the operations between sparse and nonsparse..

i will be very appreciated with any kind of help..

thanks..
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to multiply two matrices Java Tip java.lang 0 04-14-2008 10:50 PM
implementing a button instead. birdofprey AWT / Swing 3 02-18-2008 05:21 AM
implementing shape sidkdbl07 Java 2D 1 01-12-2008 08:42 PM
Implementing an interface bugger Advanced Java 1 01-09-2008 03:35 PM
Implementing and Extending together eva New To Java 2 12-24-2007 11:49 AM


All times are GMT +3. The time now is 03:43 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org