Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Need help with Java boolean isSymmetric () Function

  1. #1
    Junior Member
    Join Date
    Apr 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Need help with Java boolean isSymmetric () Function

    Hey guys, for now I have to write a java boolean isSymmetric () fucntion that returns true if the invoking matrix is a symmetric matrix; otherwise it returns false. Can anyone help me with the code here or from where to start? Any reply will be appreciated.

    Many thanks.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Need help with Java boolean isSymmetric () Function

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

    Start by defining what a symmetric matrix is and then think about how you'd look at a matrix and use your brain to determine if it's symmetric. Do that a few times (look and decide) and then write down how your brain made the decision. Once you've written it down and believe it's correct, use what you've written down as comments to guide your code. Then write the code that goes with the comments.

Similar Threads

  1. [SOLVED] Java boolean
    By maple1100 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 10th, 2013, 04:27 PM
  2. Boolean method returning a boolean value
    By Deprogrammer in forum What's Wrong With My Code?
    Replies: 1
    Last Post: November 21st, 2010, 10:56 AM
  3. Java - URL connection accessing Java Scrpit Function
    By virtual void in forum What's Wrong With My Code?
    Replies: 2
    Last Post: August 7th, 2010, 11:38 AM
  4. Help with Java MenuItem and Boolean
    By Just Incredible in forum What's Wrong With My Code?
    Replies: 0
    Last Post: April 8th, 2010, 03:15 PM
  5. Replies: 1
    Last Post: August 7th, 2008, 02:09 AM

Tags for this Thread