Eric Buitrón Lópezeric-buitron.hashnode.dev·Sep 25, 2023My Journey into the Fundamentals of Computer Graphics - Part 5Overview Hi everyone! Before we go into the things that I learned this week I want to address some big changes that are happening in this series. First of all, you may have noticed that I changed the name of the series (previously it was called "My J...DiscussMy Journey into the Fundamentals of Computer GraphicsGame Development
SubeeTalksallaboutai.hashnode.dev·Sep 22, 2023MetaMath Boosts AI Mathematical Reasoning with LLM EnhancementsResearchers from Peking University, Southern University of Science and Technology, and Huawei Noah’s Ark Lab have introduced MetaMath, a development designed to augment the mathematical reasoning abilities of Large Language Models (LLMs). Utilizing t...Discussllm
Tenzin Chemitenzinchemi.in·Sep 22, 2023Polygon's interior and exterior angleA polygon always has an exterior angle sum to 360 no matter the number of sides or their width. A triangle has an exterior angle sum equal to 360 A square has an exterior angle sum equal to 360 A pentagon has an exterior angle sum equal to 360 Quadri...DiscussMathematics
Sirus SalariProscrappedscript.com·Sep 21, 2023The Matrix Is Everywhere: Linear Algebra Concepts Relevant to Computer ScienceDisclosure: When you purchase through links on my site, I may earn an affiliate commission. As an Amazon Associate, I earn from qualifying purchases. In this article, the author explores the relationship between mathematics and computer science, foc...Discuss·27 readsLog Base TwoMathematics
Sai Sumanth Kovurubuildskillswithsumanth.hashnode.dev·Sep 20, 2023Fun With Expressions Problem | Evaluating the Mathematical ExpressionsProblem Statement Given a string s which represent an expression, evaluate this expression.(No brackets involved) Integer division should truncate towards zero. Example 1: Input: s = "10*20+10" Output: 210 Example 2: Input: s = "16*5-5/15" Output: 80...Discussdata structures
Eric Buitrón Lópezeric-buitron.hashnode.dev·Sep 20, 2023My Journey into the Fundamentals of Computer Graphics - Part 4Overview Hi everyone! This week I continued my journey into the fundamentals of computer graphics by learning the basics of quaternions! They are an advanced math concept and I didn't completely grasp everything. However, I think that the introductio...DiscussMy Journey into the Fundamentals of Computer GraphicsGame Development
Tenzin Chemitenzinchemi.in·Sep 20, 2023Parabolas wrapped in equationy = a(x-h)^2 + k If there's a parabola. You can find and tweak it with these parameters 'a' defines whether parabola is facing upward of downward 'h' defines horizontal position of the vertex of parabola. 'k' defines the narrowness of parabola. ...DiscussMathematics
Lucky victoryblog.lucky-victory.dev·Sep 19, 2023Mathematics in Software Development: A Comprehensive GuideIn the world of programming, it's often said that mathematics is the backbone of many essential concepts and techniques. Whether you're a seasoned developer or just starting your programming journey, understanding mathematics can be a game-changer. ...DiscussMathematics
Tenzin Chemitenzinchemi.in·Sep 17, 2023Lines that go up and downDo you agree that lines can go upward / direction or downward \ ? What's the direction of the following line? Yes, upward. This line is represented by y = x . xy -1-1 00 11 22 Now, let's see a line going downward. This is represented by...DiscussMathematics
Akshay KunchalapalliforAkshay Kunchalapalli - Tech Alchemistakshaykunchalaplli-tech-alchemist.hashnode.dev·Sep 16, 2023Unveiling the Mathematical Mastery for DSA Success:Hello, fellow Data Structures and Algorithms (DSA) enthusiasts! 🌟 Are you gearing up to conquer DSA challenges and become a coding maestro on platforms like LeetCode or HackerRank? Today, we're embarking on a journey to explore the profound role of ...DiscussDSA