In order to define what God is (not his properties but what God is) we look at the phrase, 'Reality/truth knowledge infinity (not limited) is Brahman (God)' from the Taittiriya Upanishad. In Hinduism, we have 3 types of limits; space, time and object. So whatever this Brahman is, it needs to be everywhere (omnipresent), it needs to always be here (eternal) and nothing can be apart from it (non-dual). An object like a cup doesn't meet our definition as it isn't everywhere, it isn't eternal and a table is different to a cup (there is something apart from it so it isn't non-dual). Conventional religion has a way out by saying that God is not here but in Heaven and that you meet him after you die, but that breaks our rules of infinity. Only one thing really meets our definition and that is the sense of reality. Things we consider real (like the cup) don't follow our rules of infinity but existence itself is everywhere, has always been there (even before the big ...
Having just completed the 'Mathematical Modelling' course by TU Delft I was quite eager to try out applying what I learnt, so I found a dataset on Kaggle (https://www.kaggle.com/datasets/fedesoriano/wind-speed-prediction-dataset?resource=download) and plotted two variables, hoping to find a relationship between them. The variables I decided on were Maximum temperature and Minimum temperature. Using Excel, I cleaned up the data set and obtained 5801 workable values. I then used MatLab to plot these values and then used the polyfit function to try equations of different polynomial orders (1-11). After trying all the different orders, a simple linear regression model was found to be the most suitable. The model that best links these 2 variables is y= 1.0835x+ 5.6363 where y=Maximum temperature (celcius) and x=Minimum temperature (celcius).
Comments
Post a Comment