Developing a multivariable function

AI Thread Summary
To develop a multivariable function for the dependent variable "x," which is influenced by six independent variables (a, b, c, d, e, f, g), the user has created individual functions showing how "x" changes with each parameter while keeping the others constant. The goal is to consolidate these into a single function x = f(a, b, c, d, e, f, g) without fixed values for any variables. Multivariable regression is recommended as an effective method for achieving this, and using software can simplify the process significantly. Resources for multiple linear regression modeling are available online for further guidance. This approach will help in accurately modeling the relationship between the variables.
margaritaklag
Messages
1
Reaction score
0
Homework Statement
Development of multivariable function
Relevant Equations
-
Hello! I am facing a difficulty into developing a multivariable function of a dependent variable "x".

Let's assume that "x" is a function of 6 independent variables a,b,c,d,e,f,g.

From experimental data i have developed 6 functions, each representing how "x" changes by each of the paremeters when the other 5 have a specific value.

So, what i have right now is for example: 1. x=f1(a,1,2,3,4,5)
2.x=f2(6,b,7,8,9,10)
3. x=f3(11,12,c,13,14,15)
...
6.x=f6(16,17,18,19,20,g)

What I need is to develop one single function of x where non of the variables will have a constant value.
x=f(a,b,c,d,e,f,g).

Any ideas or recommendations for where to look?

Thank you!
 
Physics news on Phys.org
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...

Similar threads

Back
Top