Here is the answer...
CODE:
A = [8 9 3 9;9 6 5 2;2 1 9 9]
prod=1
l=A(1:2,1:3)
for n=A(1:2,1:3)
prod=prod.*n
end
OUTPUT:

If you have any doubts please COMMENT....
If you understand the answer please give THUMBS UP....
matlab code How does it have to be changed to produce the response || .44 164...
Im using SPSS to test whether the researchers’ predictions are true and to determine the proportion of cholesterol concentration that is explained by time watching TV. but I dont know what test to run. please help DATA is below Case Number 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39...
Studies have shown that exercising can help prevent heart disease. Within reasonable limits, the more you exercise, the less risk you have of suffering from heart disease. One way in which exercise reduces your risk is by reducing serum cholesterol. The more you exercise, the lower your cholesterol concentration. It has recently been shown that the amount of time you spend watching TV, an indicator of a sedentary lifestyle, might be a good predictor of heart disease; that is, the...
I'm making a sudoku solver to check if the sudoku grid created
is legal. There are supposed to be no repeated numbers in each row,
column, and block. I got the code for the repeated numbers for row
and column but confused on how to write the code for the blocks.
Here is my code:
134 135 136 / COMPLETE THIS 137 // Returns true if this grid is legal. A grid is legal if no row, column, or //...
You are the Operations Manager for a trailer manufacturing company On the Plant Information tab you have the production results from 2 manufacturing plants that belong to your company The two plants make the same trailers and have very similar people and processes, but the number of trailers they produce each day is not the same The company President has told you that she is worried about production. She gives you no other details about what "worried" means You decide...
please also find approximate increase!
The Cobb Douglas production function for a product is N(XY)-10[0.8)(y^0.2) where is the number of units of labor and y is the number of units of capital required to produce N units of the product, 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 What is the marginal productivity of labor and the marginal productivity of capital? What are they when there...
Explain why Repeated Measures ANOVA applies in this problem. Use Mauchley’s sphericity test in STATISTICA OR R to determine if the homogeneity of variance assumption is met. Use a 0.05 level of significance. A study reported in the Journal of the American Medical Association investigated the cardiac demands of heavy snow shoveling. Ten healthy men underwent exercise testing with a treadmill and a cycle ergometer modified for arm cranking. The men then cleared two tracts of heavy, wet snow by...
142 143 144 The Cobb Douglas production function for a product is 145 N(X) - 101X0.8)(y^0.2) 147 148 149 150 where is the number of units of labor and y is the number of units of capital required to produce N units of the product, 151 What is the marginal productivity of labor and the marginal productivity of capital? What are they when there are 40 units of labor and 50 units of capital? NxIx,y) - Bly/X)^0.2 Nx(40, SO) 8.4...
Maintaining a healthy weight is important for women’s health. Some physicians recommend being back to your pre-pregnancy weight six months after giving birth. Public health officials are interested in whether this is a realistic goal. Do the women in North Carolina weigh more than their pre-pregnancy weight six months postpartum? In other words, is the six months post-pregnancy weight greater than their pre-pregnancy weight? Use a paired samples t-test to compare pst6wght (variable 1) and prewght (variable 2). This uses...
Need help correcting code from error output if you compare the
two it says that from my output i have a extra enter key but the
expected output shows no enter key
import java.util.*;
import java.io.*;
import java.util.Scanner;
public class CountByAnything{
public static void main(String args[]){
Scanner in = new Scanner(System.in);
int n = in.nextInt();
System.out.println("Counting by "+n+" up to "+n*100 +":");
int i=1;
while(i<=100){
System.out.print(n*i+" ");
if(i%10==0)
System.out.println();
i++;
}
}
}
1. Compare output Input Counting by 9...
Download the hypothesis testing dataset from the class website. 1. This is case 1, in which the value of population standard deviation is assumed to be known. a. Compute the standard deviation of the textbook price and assume this to be the population standard deviation. Type this value in E5. b. Pick a random sample of size 15. c. Compute the mean of your random sample in E4 using the AVERAGE function. d. Calculate the standard error in cell E9...