Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tksolver
  • Order by date
  1. tksolver

    Calculating Area Under the Graph Using Visual Basic

    Here is the procedure function code from the Simpson tool in the TK Solver math library. You could link your spreadsheet with TK and have it do the calculations for you. In this case, the best solution is just to do the calculus. n is the number of function "slices" to evaluate. a...
  2. tksolver

    TK Solver

    The built-in DOT function returns the sum of products of the elements of two lists. For example, if list A contains the values {1,3,6,8,4} and list B contains the values {5,6,2,3,9} then the expression DOT('A,'B) returns 95. You can set up your data in a table to make it easier to edit. I...
  3. tksolver

    TK Solver

    1. You can use the TK Solver List Solve Wizard to generate tables of solutions based on sets of equations. 2. You can write a procedure function to loop through a set of assignment statements which reference arrays. The best solution depends upon whether you are looking to solve a problem once...

Part and Inventory Search

Back
Top