CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Help

  1. #1
    Join Date
    Jul 2002
    Location
    Malaysia
    Posts
    7

    Question Help

    Hello!is that anyone willing to solve these?? I need to solve P1 to P4 by following equation. The value of T can be any number(from user).

    Equation : Pi = exp [ ai - { bi }/ {ci+ T}]

    ai, bi and ci have to call from database. How to do it? Where 14. If I define them in the function, can or not ?

    a1 = 1.702 b1 = 9.081 x 10-3 c1 = -2.164 x 10-6
    a2 = 1.131 b2 = 19.225 x 10-3 c2 = -5.561 x 10-6
    a3 = 1.213 b3 = 28.785 x 10 ¨C3 c3 = -8.824 x 10-6
    a4 = 1.935 b4 = 36.915 x 10-3 c4 = -11.402 x 10-6

    I need to use Visual Basic 6.0 to solve it.
    Thank you.

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Lightbulb Post this in Vb forum....

    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured