Skip to main content
1-Visitor
February 14, 2014
Question

Calculation

  • February 14, 2014
  • 2 replies
  • 1918 views

Hi,

I want to calculate this expression for each i:

Capture.PNG

Is there anothe way to calculate expression for each i ?

Because now i is array and it should be real number.

Thank you.

Tomislav

2 replies

25-Diamond I
February 14, 2014

Please attach your worksheet, its hard to impossible to debug a picture.

One idea: For the 6i you have to type 6*i, otherwise i would be interpreted as imaginary unit!

19-Tanzanite
February 15, 2014

I suspect the problem is that you typed the lower limit as 6 times i. This makes Mathcad think i is the imaginary number, the square root of -1. Try typing the lower limit as i*6 (i.e. i times 6).

Alan

25-Diamond I
February 15, 2014

AlanStevens wrote:

I suspect the problem is that you typed the lower limit as 6 times i. This makes Mathcad think i is the imaginary number, the square root of -1. Try typing the lower limit as i*6 (i.e. i times 6).

Alan

I had the same suspection. But if he types 6 times i (with an explicit multiplication sign typed) it is not interpreted as imaginary unit. Thats the reason I suggested he should type 6*i (including the *) instead of just 6i.

19-Tanzanite
February 15, 2014

Werner Exinger wrote:

AlanStevens wrote:

I suspect the problem is that you typed the lower limit as 6 times i. This makes Mathcad think i is the imaginary number, the square root of -1. Try typing the lower limit as i*6 (i.e. i times 6).

Alan

I had the same suspection. But if he types 6 times i (with an explicit multiplication sign typed) it is not interpreted as imaginary unit. Thats the reason I suggested he should type 6*i (including the *) instead of just 6i.

Yes, I should have read your reply more carefully!

Alan