hulkrana
May 24th 2007, 6:56 am
helo frds
i am new in php .please tel me how to perform matrix additon
<?php
echo "enter the number";
for(int i=0;int i<=2;int i++)
{
for(int j=0;int j<=2;int j++)
{
echo "enter the number" $a[i][j];
}
echo "\n";
}
?>
here i am not getting how to get the matrin values
thanks
i am new in php .please tel me how to perform matrix additon
<?php
echo "enter the number";
for(int i=0;int i<=2;int i++)
{
for(int j=0;int j<=2;int j++)
{
echo "enter the number" $a[i][j];
}
echo "\n";
}
?>
here i am not getting how to get the matrin values
thanks