if you're being sarcastic..and i think you are, here is what i was trying to do and what i did to get what i wanted:
Simple probability function with changing variable:
k=5
n:=1..5
vn:=n (that's V sub n)
vn= (will print a table of all values) again v sub n
p:=5...
still got a problem: i labeled a vector variable(Vn=n) and wrote n=0;5 - no help. then tried n=(0,1,2,3,4,5) and still problems..now it says n needs to be an integer...any suggestions?
i'm currently using mathcad to calculate probabilities. the formula i'm using used 3 differing variables(p,N,n). in part 1 p and N are constant and n ranges from 0-5. now i know how to make n a ranging variable, my problem is when trying to solve the equation it has a problem with me asking...