Find Jobs
Hire Freelancers

(PHP) MATHEMATICAL RESEARCH PROJECT

$30-250 USD

已关闭
已发布大约 4 年前

$30-250 USD

货到付款
i need a skilled coder to write me a program in php which will compute values on the screen and transfer them into a grid. e.g suppose i ask u to make me a 3x3 grid with 9 numbers as follows. 1 2 3 4 5 6 7 8 9 this is a simple grid with the numbers increasing by 1 each time row by row. suppose i said make another one with starting value 1 and an increment of 2 using row by row logic it will look like 1 3 5 7 9 11 13 15 17 if i said draw a 2by2 grid with row by row doubling starting from 1 it would look like 1 2 4 8 3x3 would be 1 2 4 8 16 32 64 128 256 these are examples and not necessarily what i need. the program i need is more complex. Program ------------------ take any number and apply the following rules 1. If the number is EVEN divide it by 2. 2. if the number is ODD, multiply it by 3, then ADD 1 to the result, then divide this result by 2. 3. if the number is = 1, STOP. Rule 3 is important and our goal is to reach 1 when we reach 1 the program will stop executing. Example 1 (EVEN) suppose we start with x = 4. applying the rules will mean x = 4 is EVEN so rule 1 applies again and we go from 4 to 2 x = 2 is EVEN so rule 1 applies again and we go from 2 to 1 x = 1 so rule 3 applies and we STOP. the full sequence generated is {4,2,1} Total Elements in the sequence is 3. Total Iterations to reach the goal (=1) is 2. Note Total Iterations to reach 1 is always 1 less than total elements in the sequence. Special case of x =1 we are already at 1 so we stop (i.e not even start) so the sequence is technically {1} and the Iterations to reach goal is 0. Example 2: (ODD) x = 3. x= 3 is ODD so Rule 2 applies and 3 maps to (3(3) + 1) / 2 = (10/2) = 5 x= 5 is ODD so Rule 2 applies and 3 maps to (3(5) + 1) / 2 = (16/2) = 8 x= 8 is EVEN so Rule 1 applies and 8 maps to (8) / 2 = 4 x= 4 is EVEN so Rule 1 applies and 8 maps to (4) / 2 = 2 x= 2 is EVEN so Rule 1 applies and 8 maps to (2) / 2 = 1 x= 1 so Rule 3 applies and we STOP. Sequence generated = {3,5,8,4,2,1} Total Elements in the sequence is 6. Total Iterations to reach the goal (=1) is 5. Your job write a phpscript which will 1. ask for a starting number x (e.g 3) 2. ask for a GOAL (default is 1) 3. compute the iterates i.e. 5,8,4,2,1 using the 3 rules above 4. STOP the program when the GOAL is reached 4. output the sequence of iterates on the screen 5. output total number of iterations to reach 1. e.g suppose i enter 3 into the box and press RUN then the program will run and the output will be Sequence for x= 3: {3,5,8,4,2,1} Iterations to reach Goal (=1): 5 Note: id like u to allow me to alter the rules too, example EVEN RULE x -> x/2 by default but i might decide to make it x-> 2x so we would have a box and i can enter a scalar multiple example 2 or 0.5 similarly for ODD RULE we can have a box to enter 2 values e,g the odd rule is 3X +1 / 2 i could say 7X + 5 or 11X + 7 / 2 so theres 3 values can be modified the general formula is (AX + B) / C. i am free to choose any A,B,C default will be A=3 B=1 C=2 Regards. PLEASE NOTE i will need further work done on this so please if u do this properly i can give u more work We can store answers in the DB also if we want. for research and to study the numbers
项目 ID: 24373738

关于此项目

21提案
远程项目
活跃4 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
21威客以平均价$164 USD来参与此工作竞价
用户头像
hello, i am expert with php code  and i can help you this project. please contact with me to discuss, i will complete good and fast for you.
$166 USD 在2天之内
4.9 (478条评论)
7.8
7.8
用户头像
Hello, As i read your requirement, i am thinking that i am suitable for your requirement, as i have more then 8+ Years experience in Web Development, here i mention my skill so you can get more idea and go to deep of my knowledge. Web Design + Development in PHP, Codeigniter, Wordpress, Woo Commerce, laravel, Magento, joomla, Angular js, Cendo UI, node.js, APIs, vue.js. Payment gateway Development & integration:- PayPal, PayTM, Avangate, Skrill, CCAvenue, WorldPay, Stripe. SMS Gateway Integration. Feel free to discuss on chat.
$195 USD 在5天之内
4.9 (200条评论)
7.7
7.7
用户头像
Dear Sir, Greetings! Your requirements seems absolutely doable by us. We are an established IT company having 16+ years of working experience doing Core PHP/MySQL and Wordpress (experienced with - with the theme/ theme customization or custom design, familiar with coding best practices and speed optimization) We have 35 developers on board, working on full-time employment basis with various skills like - Graphics, Logo, Website Design, Responsive, eCommerce, Database, Core PHP/MySQL, Wordpress, Node.JS, Angular JS, JQuery, Ajax, .NET, MVC, Mobile Apps, and SEO. if we will be given a chance, you will find High ETHICAL and CARING team working for you. Here we would like to offer an hourly basis at USD8/hour of rate and weekly paying. We can start working immidiately. We are looking to establish reliable, trustful, mature and longer run business relations here. Let's discuss the scope of work to review and estimate. Best regards, Nirali Mankad
$140 USD 在7天之内
4.9 (185条评论)
7.5
7.5
用户头像
Your numerical calculation seems to be a problem I solved a lot when I was studying math in high school. I am glad to see an interesting math problem after a long time. The current example seems to be complex, but I think it's simpler than matrix operations. And the logic you presented is not very complicated. I think it can be completed in one day. If you assign this project to me, I will be having a fun day. We look forward to your reply. Thanks George.
$200 USD 在1天之内
5.0 (39条评论)
7.2
7.2
用户头像
Dear Customer! I am an expert PHP developer with over 14 years of experience. Very interested to work on your project. My bid is for top quality work. Available to start immediately and finish as soon as possible. Please contact to discuss details. Thank you, zeke
$100 USD 在5天之内
4.6 (203条评论)
7.6
7.6
用户头像
Hi there, Expert here Sir i have read your project and its match with my skills i can provide you quality work on time Can you please come to the chat box so we can easily discuss about project details..
$200 USD 在2天之内
4.9 (45条评论)
6.7
6.7
用户头像
Hello! I have a lot of experience in web development and software engineering. I am experienced in PHP and Wordpress. I have a lot of experience in Javascript, jQuery, HTML5, CSS, Joomla, Prestashop, Opencart, Drupal, Magento, React.js,  React Native, mobile development ect.
$200 USD 在5天之内
5.0 (45条评论)
5.8
5.8
用户头像
Hello. I am interested on your project. I have more than 10 years of experience in website design and development over HTML, CSS, Bootstrap, Javascript, jQuery, AJAX, Angular, PHP and MySQL technologies. Thanks, regards.
$100 USD 在5天之内
5.0 (15条评论)
5.1
5.1
用户头像
I can create a html screen for the inputs of your equation AX + B . The PHP program will generate the numbers based on even,odd as per your formula. I presume you do not want to show any grid presently. Thanks
$55 USD 在3天之内
4.9 (32条评论)
4.7
4.7
用户头像
Hello How are you today? I have read your description very carefully and I am sure that can complete your project in shor time. The High Quality and Fast Delivery is promise. The honest and hard work is difference than other freelancers. I am a new freelancer but a web expert. I have many experiences that have completed like your project in the past. I am a PHP,JavaScript and Algorithm expert As a Web Developer, I can complete your project in deadline. If your hire me, I will do the best for you. We can discuss via chat more detail. Thanks
$100 USD 在7天之内
5.0 (14条评论)
4.1
4.1
用户头像
Hello. I've just read your job description carefully and I am interested in your project. I am very proficient in web development with HTML, CSS, JAVASCRIPT, BOOTSTRAP, PHP and I have already worked in various kinds of projects with them. Hope to work with you. Thanks.
$140 USD 在7天之内
5.0 (5条评论)
4.2
4.2
用户头像
Dear sir, I'm interested this project, i'm ready to implement the algorithm . Please contact me and I look forward to working on this project with you. i can make demo application for it. to make sure you decided me to finish your project. Regards, DiO
$100 USD 在1天之内
4.7 (16条评论)
4.3
4.3
用户头像
Hello, I saw that you were looking for someone to build an algorithm using PHP to help you with your mathematical research. I'd be more than willing to help you! I'm a freelance web developer with experience building tools for websites using PHP. For example, here's what a client of mine who wanted something built with PHP had to say about me: "Great communicator because we were using chat that let us to advance very fast He used PHP, CCS, HTML and server side language to call an API I have other projects and surely will contact him" As a freelancer, it's my job to ensure that you're 100% satisfied with my work. That's why I'd like to talk with you about your project's budget and deadline. Knowing these will help me give you the best quality work in the shortest amount of time. Are you available in the next couple of days to talk about this? I look forward to working with you, Ethan
$130 USD 在3天之内
4.9 (10条评论)
4.0
4.0
用户头像
Hello! Napoleão here, how are you? This is interesting. I liked your mathematical project and would like to develop it with you. I have a question: do you need something simple visually or does the program design need to be worked out well? Let me know these details and let's start working together. I really liked your project, it is not something common as we always see and I like challenges and especially working with logic in applications. I can help you right away. Let's get this task done together? Get in touch. I'll be waiting, see you soon.
$120 USD 在5天之内
5.0 (12条评论)
3.8
3.8
用户头像
Thanks for your good project my core skill is PHP and algorithm . And your project is too easy for me. so please find me. Thanks
$140 USD 在7天之内
5.0 (3条评论)
2.2
2.2
用户头像
Hi, The requirements are straight forward and would like to work with you on this. I have a few questions for this as well: 1. Is there any specific UI design for the user to provide inputs? 2. Is there any restriction on the type of database? The price and duration mentioned cover the UI and database part as well. Based on the actual need, it can be revised. Looking forward to hear from you. Thanks
$166 USD 在3天之内
0.0 (0条评论)
0.0
0.0
用户头像
Hi, I've just checked your project detail and fully understood what should I do. As a mathematician and php expert, I can complete this project in 2 hours. If you want my assistance, please feel free to contact me. I am ready to start right now. Best regards.
$50 USD 在1天之内
0.0 (0条评论)
0.0
0.0
用户头像
I have experience in PHP for 8 years. I will do it Relevant Skills and Experience PHP, html, JavaScript, css
$255 USD 在7天之内
0.0 (0条评论)
0.0
0.0

关于客户

UNITED KINGDOM的国旗
Clydebank, United Kingdom
4.8
15
付款方式已验证
会员自8月 17, 2010起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。