GET GUARANTEED SATISFACTION OR MONEY BACK UNDER BIORHYTHM APPLICATION ASSIGNMENT HELP SERVICES OF EXPERTSMINDS.COM - ORDER TODAY NEW COPY OF THIS ASSIGNMENT!
ITECH1400 Foundations of Programming Assignment - Biorhythms: Theory & Practice, Federation University, Australia
Overview - In this assignment you will provide a Python script which will calculate the Biorhythms for any individual and present the data graphically using libraries and a common algorithm.
Learning Outcomes -
1. Identify and use the correct syntax of a common programming language.
2. Recall and use typical programming constructs to design and implement simple software solutions.
3. Reproduce and adapt commonly used basic algorithms.
4. Explain the importance of programming style concepts (documentation, mnemonic names, indentation)
5. Write and implement a solution algorithm using basic programming constructs.
6. Demonstrate debugging and testing skills whilst writing code.
7. Develop self-reliance and judgement in adapting algorithms to diverse contexts.
8. Design and write program solutions to identified problems using accepted design constructs.
Task - Develop a Python application that can display Biorhythms for any person given their date of birth and the target date. You should be able to provide the Biorhythms for a suitable spread around the target date as well.
Solution - Description of Biorhythm
When a new day starts the body transform their resting mode to active mode. In active mode, we feel fresh. We do physical activity which increases blood pressure to all parts of our body. These kinds of fluctuations occur in our body during certain time. For the next time period our body and mind states are changed.
These fluctuations are called as biologic rhythms. The biologic rhythm is organized based on the biologic clock presented in the brain of human body. Biorhythm is the latest and interesting topic of mind analysis. The predictive power of the topic is helpful in many life threatening situations.
The topic analyse the mind states and predict the future behaviour or mind set of the humans. Based on the prediction, human is get ready to face the future with more precaution measures.
DO WANT TO HIRE TUTOR FOR ORIGINAL BIORHYTHM APPLICATION ASSIGNMENT SOLUTION? AVAIL QUALITY BIORHYTHM APPLICATION ASSIGNMENT WRITING SERVICE AT BEST RATES!
Significant parts of Biorhythm
The biorhythm measure is applied to the sports person to predict their metal state for next 3 months, that time sports person having international level tournament. When prediction says that time period, the person has more physical cycle, mental and intellectual cycle means that person mind state is full of energy.
There is possibility to win the competition. Otherwise ups and downs in any one of the cycle, it impacts that feelings. Based on the prediction results special training should be taken to win the race.
In the above figure depicts the performance measure of each cycle. In the above sample cycle, the upper parts of the curve indicate the positive phase. During positive phase, the person energy on that particular cycle is high. The intersecting point of the curve and the axis is called as baseline performance of the curve. The performance below the axis is called as low performance. During low performance the person energy is very low. The persons mind is in negative state.
The recent studies divide the biorhythm cycles into six cycles such as
Cycle related with Physical
The physical activities are included in the cycle such as energy, wellness, strength and weakness. The physical cycle has 23 days long.
Cycle related with Emotional
The humans' emotional tasks are come under this cycle such as feelings, emotional thoughts, creativity thinking, and inspirations. This cycle has 28 days.
Cycle related with Intellectual
This property has 33 days long. It includes memory's analytical and problem solving ability, communication skills. This cycle fixes goals and objective to be achieved in our life.
Cycle related with Intuitive
This period of time logical abilities are increased. Problem solving abilities are enhanced.
Cycle related with spiritual
It has the long time period such as 53 days. This period has god beliefs, spirituality thoughts of human beings
Cycle related with Aesthetic
It dignifies the inner creative thoughts of the human beings. The architect has the creative in their own job. Based on the nature or processional ones creativity will be out lighted.
GETTING STUCK WITH SIMILAR BIORHYTHM APPLICATION ASSIGNMENT? ENROL WITH EXPERTSMINDS'S BIORHYTHM APPLICATION ASSIGNMENT HELP SERVICES AND GET DISTRESSED WITH YOUR ASSIGNMENT WORRIES!
Interactions among physical, Emotional and Intellectual cycles
The above diagram physical, emotional and intellectual cycles are represented. The cycles are passed along the X and Y axis. The curve's upper parts denote the positive phase. The curve's lower parts denote the negative phase.
The three curves positive phase demonstrates the favourable and coordination of the three cycles. While the three cycles are transited from upper phase to lower phase or lower phase to upper phase is called as transition state or critical days.
These days are dangerous because some negative incidents are occurred on these critical days. The mind is transited from one state to another state. Mostly accidents are occurred in these critical days.
Description of sine and cosine curves
The basic rhythm is denoted with the following wave of sine, T is the period
A = sin[2π/T(t+φ)]
In this equation, 2 pi denote the value of 360 degrees, T denotes the period, t denotes cycle days. At birth three cycles are initiated. Three cycles are transisted from one phase to another over a period of time. The physical cycle has 23 days, emotional cycle has 28 days and intellectual cycle has 33 days. The three cycles are depicted using the sine wave is described below
P = sin[2π/23(t+φ1)]
E = sin[2π/28(t+φ2)]
I = sin[2π/33(t+φ3)]
NEVER BE CAUGHT IN PLAGIARISM, AVAIL BIORHYTHM APPLICATION ASSIGNMENT HELP SERVICE OF EXPERTSMINDS.COM AND SAVE HIGHER MARKS!
Significance of phases and amplitude in Sine and cosine curves
The three cycles are transisted through X and Y axis. From the birth date onwards, the transition of the three cycles are started. The transition is above X axis denotes positive phasen or favarouble state. The transition below X axis denotes negative phase or unfavarouble state. The transition from one phase to another phase is called as critical days. These are the days are more vulnnerable for more serious incidents for example accidents.
Calculations Pseudo code of Biorhythms
Pseudo Code function.
PC1: Modules shall be imported to the program
PC2: data module, Matplotlib, graph, pylab shall be imported
PC3: Provide the input data as birth date as format of month (mm)/date(dd)/year(yy)
PC4: Provide the date for which the Biorhythm to be created
PC5: Perform the Calculation for date conversion to the ordinal part. This shall be done for both input date and target date
PC6: Provide the threshold value to show x-axis
PC7: Sinusoidal wave generation, Let π=3.1417
P=23, E=28, I=33
Phy_value: sine (2*π*z-x)/P)
Emo_value: sine (2*π*z-x)/E)
Inte_value: sine (2*π*z-x)/I)
PC8: Cos wave generation
Physical: cos(2*π*t-to)/P)
Emotional: cos(2*π*t-to)/E)
Intellectual: cos(2*π*t-to)/I)
PC9: Perform the conversion to date
PC10: Populate the date against the x-axis and y-axis with chart legends.
EXPERTSMINDS.COM GIVES ACCOUNTABILITY OF YOUR TIME AND MONEY - AVAIL TOP RESULTS ORIGINATED BIORHYTHM APPLICATION ASSIGNMENT HELP SERVICES AT BEST RATES!
Graphical display-curves
Sine wave generation:
Cosine Wave generation:
Annotation of the curves with day and date using the algorithm
Description of the algorithm
Practical application of biorhythm code
The advantages of the Biorhythm is well growing in the field of sports and medical. There are few scientific papers which is dealing with application growth. When two cycles hit the same day there could be some bad things could be seen.
Machine learning field is getting the data from various source and provide different insights on the view of the cycle where the maximum touch will provide the good things.
Discussion and conclusion
The report briefly explains the importance of biorhythm and the power of biorhythm to analyse the human mental behaviour. The report also demonstrates the three curves such as physical, mental and intellectual and their relationship. The report also includes the pseudo code for biorhythm application.
ENROL WITH BIORHYTHM APPLICATION ASSIGNMENT HELP AND HOMEWORK WRITING SERVICES OF EXPERTSMINDS.COM AND GET BETTER RESULTS IN BIORHYTHM APPLICATION ASSIGNMENTS!
Acquire reliable and genuine Federation University, Australia Assignment Help Service for its related courses and units, such as:-
- ITECH1100 - UNDERSTANDING THE DIGITAL REVOLUTION ASSIGNMENT HELP
- ITECH1101 - IT PROBLEM SOLVING ASSIGNMENT HELP
- ITECH1102 - NETWORKING AND SECURITY ASSIGNMENT HELP
- ITECH1103 - BIG DATA AND ANALYTICS ASSIGNMENT HELP
- ITECH1104 - CLOUD AND ENTERPRISE COMPUTING ASSIGNMENT HELP
- ITECH1300 - MOBILE COMPUTING PLATFORMS AND DEVELOPMENT FUNDAMENTALS ASSIGNMENT HELP
- ITECH2000 - MOBILE DEVELOPMENT FUNDAMENTALS ASSIGNMENT HELP
- ITECH2001 - GAME DEVELOPMENT FUNDAMENTALS ASSIGNMENT HELP
- ITECH2002 - SYSTEMS MODELLING ASSIGNMENT HELP
- ITECH2003 - WEB DESIGN ASSIGNMENT HELP
- ITECH2004 - DATA MODELLING ASSIGNMENT HELP