การหาผลคูณ/ผลบวก ของ complexnumber
Posted: Tue Jun 24, 2014 7:34 pm
ผมออกแบบ
ไต่ทำไม่ได้ครับ ผมลองใช้สองสูตรแล้ว ขอคำแนะนำด้วยครับ
TB3.Value = (TB1.Value * TB2.Value) / (TB1.Value + TB2.Value)
TB3.Value = (Application.Complex(A, B) * Application.Complex(A, B)) / (Application.Complex(A, B) + Application.Complex(A, B))
คำตอบจะได้ 0.5+1i
ไต่ทำไม่ได้ครับ ผมลองใช้สองสูตรแล้ว ขอคำแนะนำด้วยครับ
TB3.Value = (TB1.Value * TB2.Value) / (TB1.Value + TB2.Value)
TB3.Value = (Application.Complex(A, B) * Application.Complex(A, B)) / (Application.Complex(A, B) + Application.Complex(A, B))
คำตอบจะได้ 0.5+1i