You are not logged in.
Hi;
I remind you that i want an equation of this format: A=B+k*C , mainly i want to find k, but from inserting 4000 A,B and C values.
4000 data entries is not a big problem for Mathematica. You must make sure that the data is entered correctly.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Yeah, thats the main problem.
Offline
I have already provided you with 3 values. Could you please tell me how exactly to enter these 3, and then i will add the rest?
Offline
Hi;
The first thing that needs to be done is the data should be entered into mathematica like this: B , C , A and right now you have A,B,C for your columns.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
data={{1,3,8},{2,5,13},{3,8,17}}
When i enter the data in the brackets, it is:
1) data={{B,C,A},{B,C,A},{B,C,A}}
OR
2)data={{B,B,B},{C,C,C},{A,A,A}}
?
Offline
Hi;
We are looking for
data={{B,C,A},{B,C,A},{B,C,A}}, that is B's in the first position, C's in the middle and A's on the right.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Thanks for everything, i will return from more questions later. Cheers.
Offline
We are looking for
data={{B,C,A},{B,C,A},{B,C,A}}, that is B's in the first position, C's in the middle and A's on the right.
If you can not do that manually we can have mathematica do it for us.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
How can mathematica do this?
Offline
What kind of file type is your data stored in?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
excel
Offline
do you want me to send you the file?
Offline
If you want or I can show you how to do it yourself. It will take some trial and error.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I prefer you to show me how to do it, because i will want to do it again in the future
Offline
i have 3 columns on the excel, with A,B and C inside it.
Offline
The first problem is how to get the data from the file into mathematica for processing...
I need to know a few things about the structure you have chosen. You said your file had this form:
508.463 29.8554 33.3831
515.271 29.8752 33.5417
522.866 29.9544 33.6408
A B C
The data has commas between them or not?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
can you send me your email so you can see the file please?
Offline
Hi;
[Deleted by Moderator]
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I sent it
Offline
Solar Irradiance is A, Ambient Temperature is B and Module Temperature is C
Offline
Okay I have the data. I will need some time now.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Thank you
Offline
Is the first piece of data 508.463?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
yes
Offline
Hi;
I have the data and it is in mathematica. Before I switch columns I have notices a problem in your data. There is a bunch of .741
Here are the first 2:
.741 28.0122 24.3655
.741 27.9527 24.3457
etc.
Duplicates might upset the fitting algorithm after all how can different inputs yield the same A?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline