
24-12-2012, 03:56 PM
|
|
|
تاريخ التسجيل: Mar 2009
التخصص: IS
نوع الدراسة: إنتظام
المستوى: الرابع
الجنس: أنثى
المشاركات: 53
|
|
محتاجه مساعده ضروريه ..من المبرمجين :)
السلام عليكم ..
الله يسعدكم يا مبرمجين أحد يساعدني في حل البروجيكت ..بلغة الجافا
فكرتو سهلة ..بس محتاج عقل
ابغاه ضروري بدري التسليم يوم الاربعاء
Task Common Statement: Using a programming language of your choice, write a program that works with the matrix representation of a relation R to determine a property, find a closure, and/or perform an operation.
Run the program for any three relations of your choice.
Task Common Structure:
Data Definitions: Two n×n matrices.
Input: the zero-one matrix representing the relation. Also, for some tasks: power value.
Output: the properties satisfied and the matrix representing the result of the operation.
Check if the relation R is reflexive and find Rn for a given value of n.
|