Thread: logical matrix, binary matrix, relation matrix, Boolean matrix with linked lists.

  1. #1
    Registered User
    Join Date
    May 2014
    Posts
    1

    Unhappy logical matrix, binary matrix, relation matrix, Boolean matrix with linked lists.

    Hi,

    I'm facing an issue when trying to code a program using this kind of logical matrix. I confess I don't know exactly how it works but I hope someone gently could be able to help me. The problem is that I need to use it linked to a list... Like structures and stuff.

    Kindly,
    El A.

  2. #2
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Welcome to the forum. Folk here are happy to help, but we typically expect an honest attempt with specific questions, so that we might help guide people to the solution.

    For a positive response, you should:
    - Plainly state your requirements
    - Explain what you have already done, preferably with a coding attempt (posted in code tags)
    - Explain exactly where you're having trouble
    - Describe any other details that might be important (input you're giving, output you're getting, output you're expecting, a sample data file if applicable, etc).

    If you need to use linked lists, and you don't know how to implement linked lists, you should start with a good book (or tutorial) that covers this concept and learn it properly before attempting this problem.

  3. #3
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    For those like me how never heard (or forgot) about these types of matrix.

    Logical matrix - Wikipedia, the free encyclopedia

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Splitting a Matrix of Linked Lists
    By jeanermand in forum C Programming
    Replies: 15
    Last Post: 01-16-2012, 11:48 PM
  2. Sparse matrix as linked lists
    By ioan1ioan in forum C Programming
    Replies: 13
    Last Post: 07-30-2011, 12:46 PM
  3. Replies: 4
    Last Post: 05-15-2011, 10:36 AM
  4. Need help in Matrix Addition & finding Inverse of a Matrix
    By ssatyan.129 in forum C Programming
    Replies: 6
    Last Post: 05-15-2009, 02:48 PM
  5. Matrix: Reloaded + Enter The Matrix (the game)
    By LuckY in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 04-18-2003, 12:35 AM

Tags for this Thread