Git Product home page Git Product logo

Comments (3)

Kristianuruplarsen avatar Kristianuruplarsen commented on August 26, 2024

For a start what you have pasted is not valid python code. Read this if you don't know how to type formatted code on github.

Other than that, do you get the sum-notation (otherwise read here)? It implies to add up the terms under the sigma - which is not what you are doing right now.

from sds2019.

Toromash avatar Toromash commented on August 26, 2024

yeah, i just copy pasted the code directly in. Sorry about that.

If i use the sum-notation, it will say that ´ínt´ object is not iterable. I don´t have a list of numbers, so i don´t see how it can work?

from sds2019.

Kristianuruplarsen avatar Kristianuruplarsen commented on August 26, 2024

Not the python sum function, the mathematical one, sorry if that was unclear. You are right that sum expects an iterable object, so to use it you would first need a list of numbers. Creating the right list of numbers and using sum is a completely valid solution.

About

I have an issue understanding the description of problem 0.3.3.

The code you pasted doesn't correspond to what the mathematical expression is telling you to calculate. In other words your translation from math to code is wrong - this is why i gave you a link that explains the sigma sum notation. Consider beginning by coding up a far simpler sum (e.g. the sum of integers below some k_max) to get a better intuition for the relation between math and code.

from sds2019.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.