Note: The matrix referred to in the question is:
Answer:
a) [5/18, 5/18, 4/9]'
Explanation:
The adjacency matrix is
To start the power iteration, let us start with an initial non zero approximation,
To get the rank vector for the first Iteration:
Multiplying the above matrix by 1/3
Answer:
It goes like:
public class Program
{
public static void main(String[] args)
{
int j=18;
int sum=0;
for (int i =1; i<7; i++)
{
sum=sum+(i*(j-2));
j=j-2;
}
System.out.println(sum);
}
}
Explanation:
<u>Variables used: </u>
j : controls the first number in product and decreases by 2 each time the loop runs.
sum: saves the values of addition as the loop runs.
Answer:
the second last option
Explanation:
secure HTTP is armed with passwords to ensure that only authorised users gain entry.
the data is encrypted during transmission
Answer:
it lets you get more work done
Explanation:
when you have a positive work attitude you want to do more stuff, and when it's bad you won't want to do anything