| 
04-07-2008, 06:57 AM
| | Member | | Join Date: Jan 2008
Posts: 33
Country: Thanks: 3
Thanked 0 Times in 0 Posts
| | I'll pay for a math solution. I wonder if it is okey on this site to offer payment for solving a specific math problem?
Or what other sites are recommended for this? Are there mathematicians for hire on a problem by problem basis, somewhere?
Cheers! | 
04-07-2008, 07:09 AM
|  | Calculus Guru | | Join Date: Nov 2007 Location: The Steel City
Posts: 1,637
Country: Thanks: 590
Thanked 521 Times in 404 Posts
| | Quote:
Originally Posted by Dirlewanger I wonder if it is okey on this site to offer payment for solving a specific math problem?
Or what other sites are recommended for this? Are there mathematicians for hire on a problem by problem basis, somewhere?
Cheers! | Tutors are always available for hire, but what type of problem is this? Is this something that is incredibly hard? Here at MHF, we are here to help you without charge. You will not get any courses taught to you, but you will be given help as you need it!
__________________  | | The following users thank colby2152 for this useful post: | |  | 
04-07-2008, 07:10 AM
| | Super Member | | Join Date: Oct 2007 Location: London / Cambridge
Posts: 586
Country: Thanks: 209
Thanked 261 Times in 216 Posts
| | Do you have a legitimate reason for wanting math solutions ? If you don't I doubt anyone on this site is going to help you.
I don't mean to be rude and forgive me if I have made a false assumption, but usually when people want solution to specific problems it means they somehow obtained their examination papers before they should have. Cheating is not approved of by anyone on this site and if you are going to cheat make and effort to be discrete about it.
Bobak | | The following users thank bobak for this useful post: | |  | 
04-07-2008, 07:16 AM
|  | Calculus Guru | | Join Date: Nov 2007 Location: The Steel City
Posts: 1,637
Country: Thanks: 590
Thanked 521 Times in 404 Posts
| | We will help you understand math, but we will not help you cheat.
__________________  | 
04-07-2008, 09:05 AM
| | Member | | Join Date: Jan 2008
Posts: 33
Country: Thanks: 3
Thanked 0 Times in 0 Posts
| | Oh, I don't want to cheat! I don't study or anything. But I now realize that this suspicion and misunderstanding is natural given my brief post.
I'd need some code that solves a specific kind of problem. It includes curve fitting and probably requires numerical methods. Also, it needs to be a bit efficient, nothing extreme but it shouldn't waste computational power. Matlab M-code would be fine if it compiles well. I've looked at it and just might work my way through it in M-code, but it'd take me quite some time and effort. While I like math, I'm not very good at it...
:P
The code could be completely open source if someone else ever has some use for it. I leave that to the author. I just want to be able to use it myself, w/o commercial interests.
The problem is probably not very hard or time consuming at all for someone with more than rudimetnary math education. But it's a bit more than I'd ask someone to do for free, and the purpose is to get a piece of working code, rather than learning math.
I'll take a look at the problem again before I try to specify it. | 
04-07-2008, 09:17 AM
|  | Red Baron | | Join Date: Apr 2007 Location: South African Republic
Posts: 2,529
Country: Thanks: 1,375
Thanked 1,020 Times in 663 Posts
| | Quote:
Originally Posted by Dirlewanger Oh, I don't want to cheat! I don't study or anything. But I now realize that this suspicion and misunderstanding is natural given my brief post.
I'd need some code that solves a specific kind of problem. It includes curve fitting and probably requires numerical methods. Also, it needs to be a bit efficient, nothing extreme but it shouldn't waste computational power. Matlab M-code would be fine if it compiles well. I've looked at it and just might work my way through it in M-code, but it'd take me quite some time and effort. While I like math, I'm not very good at it...
:P
The code could be completely open source if someone else ever has some use for it. I leave that to the author. I just want to be able to use it myself, w/o commercial interests.
The problem is probably not very hard or time consuming at all for someone with more than rudimetnary math education. But it's a bit more than I'd ask someone to do for free, and the purpose is to get a piece of working code, rather than learning math.
I'll take a look at the problem again before I try to specify it. | Try posting it first without offering payment and see if anyone isn't capable of doing it.
__________________ If God does not exist, one loses nothing by believing in Him. While if He does exist, one stands to lose everything by not believing. ~Blaise Pascal If it be possible let this cup pass from me, nevertheless not as I will but as You will. | 
04-07-2008, 09:31 AM
| | Super Member | | Join Date: Feb 2008 Location: Berkeley, Illinois
Posts: 288
Country: Thanks: 4
Thanked 80 Times in 74 Posts
| | Quote:
Originally Posted by Dirlewanger
The problem is probably not very hard or time consuming at all for someone with more than rudimetnary math education. But it's a bit more than I'd ask someone to do for free, and the purpose is to get a piece of working code, rather than learning math. | That was very honorable of you. It amazes me how many people on the net or in person demand programming/application help and when it comes time to pay the piper, they want to offer mere pesos and shekels for services rendered. Seeing as though you determined that this was more than a simple piece of code to be put together, and determined that it had financial value, shows you have respect for yourself and the market, and I commend that.
Because you spoke like a gentleman and respect the principles of capitalism, I too will try to provide you a solution at no-cost as well. Except I will avoid MatLab like the plague, and most likely provide you a user friendly and quick solution on Excel/VBA. | | The following users thank mathceleb for this useful post: | |  | 
04-07-2008, 03:10 PM
| | Member | | Join Date: Jan 2008
Posts: 33
Country: Thanks: 3
Thanked 0 Times in 0 Posts
| | Quote:
Originally Posted by mathceleb Because you spoke like a gentleman and respect the principles of capitalism, I too will try to provide you a solution at no-cost as well. | Well, I simply know to value the time and effort I could save by having the right person do the right thing. I thank you for your offer, but I will insist on compensating any work put into this after the fact at least.
The problem is...: I have a set of points to which I want to fit ellipses (all five parameters: ellipse center coordinates, axis lengths, tilt angel). Fitting one ellipse to a set of points, is a standard problem with ready-made solutions. But I want to do this in plural. Two, or three, ellipses need to be fitted simultaneously. Each ellipse has its own set of points. The trick is that there is a certain relationship between the ellipses which must be respected. Now I will try to describe this relationship, or "restriction", between the ellipses. All points and all ellipses are in the same plane. But consider each ellipse as the projection of a circle in 3D. These two or three circles are concentric and lie in parallell planes, but on different heights on their common central axis. It is as if any two of the circles are on the surface of a cone, but all three of them are not necessarily on the same cone. The radii of and height distances between the circles are known. Fitting the ellipses one by one and then average things out between them, isn't ideal. The main problem with this is that normally I will only have points from the upper half of one ellipse, and only points from the lower half of another ellipse. This makes rather small "errors" in the points near the end of each ellipse-half, cause quite large distortions in the parameters in the ellipses fitted to each of them. Imagine, the wide half of a horisontally oriented ellipse, is not far off from being the narrow end of a much larger vertically oriented ellipse. Such fitting errors in the individual ellipses don't average out well if the restrictions are imposed afterwards. If I could fit points to both the upper and the lower half of the same ellipse simultaneously, the results would be much more stable. However, this cannot be done. But if the relationship between the ellipses could be respected during the fitting process, then the "multi-ellipse object" would be surrounded by points and this would reduce the fitting errors considerably. Does this make sense? Quote: | Except I will avoid MatLab like the plague, and most likely provide you a user friendly and quick solution on Excel/VBA. | I'd need something which executes fairly swiftly. But if it can be compiled, or if I can understand the solution method well enough to implement it myself in for example Matlab and then compile it, it'd do it for me. And any step on the way is of course helpful. Cheers! | 
04-07-2008, 03:18 PM
| | Super Member | | Join Date: Feb 2008 Location: Berkeley, Illinois
Posts: 288
Country: Thanks: 4
Thanked 80 Times in 74 Posts
| | Quote:
Originally Posted by Dirlewanger I'd need something which executes fairly swiftly. But if it can be compiled, or if I can understand the solution method well enough to implement it myself in for example Matlab and then compile it, it'd do it for me. And any step on the way is of course helpful. Cheers! | Do you want graphics? Or do you just want the points for the ellipses?
I have an idea what you want to do I think, but a picture may help me understand more. | 
04-07-2008, 05:21 PM
| | Member | | Join Date: Jan 2008
Posts: 33
Country: Thanks: 3
Thanked 0 Times in 0 Posts
| | Here are some attempts to illustrations: 
Cricles. 
From a perspective 
Three ellipses (or halves thereof) for which points are available are coloured for illustration. There will be three distinct sets of points to fit. Red points for the red ellipse and so on. For example, no red point is to be used in fitting the green ellipse.
Generally, the fragment of each ellipse available, is a bit too small for reliable parameter estimation. But if they could all be put together and fitted at once, the estimates should become much better.
If it is of any help, here is some of my reasoning about the relationship between circles and ellispes. It is difficult for me to describe this, and I'm not 100% it is correct, but I make a try: 
Introduce an imaginary circle at right angle to a circle observed. The two circles intersect in two points. The diameter between these two points forms the vertical axis of the ellipse for this circle. I introduce two triangels. The angle at the center of the imaginary circle is the same as the angle at the "viewing point" on the periphery of the same imaginary circle, no matter where on the imaginary circle the viewing point is located. And this angle is proportional to the length of the vertical axis of the ellipse seen from the viewing point. 
A new line is drawn from the viewing point to the "bottom" point of the imaginary circle, right under its center. Now consider the point where this line intersects the diameter of the circle. This is where we find the center of the ellipse, so it is how the length of the horisontal axis of the ellipse is determined. The length of the horisontal axis is proportonal to the viewing angle in the corresponding triangle.
So, the ratio between the lengths of the two axes of an ellipse, is (I think) the same as the ratio between those two angles at the viewing point which I have tried to describe.
Each circle has its own "imaginary circle". But all these imaginary circles intersect in the same "viewing point". I think that this is the geometry one has to use in order to translate the relationship between the circles in 3D space, to a relationship between the parameters of the ellipses in the 2D plane where they are "projected".
I write "vertical" and "horisontal" here, but the axes are tilted at some angle.
Last edited by Dirlewanger; 04-07-2008 at 05:58 PM.
Reason: Clarifying
| | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -7. The time now is 03:22 PM. | | |