Jump to content

javier

Member
  • Posts

    50
  • Joined

  • Last visited

Posts posted by javier

  1. Well, I need help with Excel, I want to make a combine Excel functions to make one that can be able to detach the discount of this table, but I have the problem is that I have to criteria the service code(1,2,3,4) and the day(1,7)(8,14), and one of them is exactly and the other one is not, I don't know what to do help :(

    15318839521088968017219025231720.jpg

  2. Please help me with these exercise :(

     

    Let A be a set:

     a) show that being equipotent  is an equivalence relation in P(A)

    b)For the set A={a,b,c,d},write the partition of P(A) that generates the relation of being equipotent,better said write the equivalence classes

     

  3. 4 minutes ago, DarkEnergy said:

    Net Neutrality (if you're in the U.S.)

    Renewable resources (probably the best one, you can use data on fossil fuels, usage through time, countries and comparative usage, trends, estimations of available resources. I'm sure this can be tied into economics fairly easily)

    thanks man, i´m going to use the renewable resources topic and also i want to ask you from where you would be able to recollect that much data about net neutrality?

      

  4. so guys i´m going to write an essay about the realtion between politics and privacy(specifically internet privacy), so i it would be nice if you could recommend me some texts that have relation with that topic. 

  5. 1 minute ago, RadiatingLight said:

    to add something onto the end of a list.

    in this case, he's making two lists, and if item 1 in the first list is 9, then he adds "Nino" (sorry can't be fucked to write accents now) to the end of the other list. (called l1)

     

    oh so that´s the way the function adds the clases to the list l1, so that´s the reason you put l1=[ ] is to define l1 as a list.

    thank you man this explains a lot of things for me.

  6. 3 minutes ago, GhostHitWall said:

    Not sure if I understand you correctly but I think this is what you are asking.

    
    def catego(lista):
        l1=[]
        for i in lista:
            if i>=0 and i<=12:
                l1.append("Niño")
            elif i>12 and i<=17:
                l1.append("Adolescente")
            elif i>18 and i<=30:
                l1.append("Joven")
            elif i>30 and i<=45:
                l1.append("Maduro")
            elif i>45 and i<=65:
                l1.append("Adulto")
            else:
                l1.append("Adulto Mayor")
        return l1
    Edades=[9,45,67,38,23,15,47]
    print(catego(Edades))

     

    That´s exactly what i wanted to do, thank you a lot

    Can i ask you something :what´s the function of append?

  7. So i started to define some functions in python 2, but i have a problem with one function this specified function:

    def catego(lista):
        i=0
        while i<len(lista):
            if lista<=12 and lista>=0:
                clase="Niño"
            elif lista>12 and lista<=17:
                clase="Adolescente"
            elif lista>18 and lista<=30:
                clase="Joven"
            elif lista>30 and lista<=45:
                clase="Maduro"
            elif lista>45 and lista<=65:
                clase="Adulto"
            else:
                clase="Adulto Mayor"
            i=i+1
        return [clase]

    after that i define a list:

    Edades=[9,45,67,38,23,15,47]

    and i want my function to identify each value from the list and that it throws me another list but now with each respective clase from the function.

    the problem is that when i run the function, only throws the clase from the last value of the list. 

  8. If you can find an 8x2 kit, I think that's fine, but IMO 2 sticks in X99 looks stupid.

    If you don't care about looks a horrible amount, go ahead and go 8x2

    I was thinking that right know i will go with 4x4 sticks and in a future i will upgrade to 32gb

  9. I would say go with an Intel i5 4690K. i7 Performs better but not on games. Also X99 is not a much improvement as of current graphs and with the saved money u could easily afford a 780Ti or a 295X2. It would perform a lot better than a higher end CPU. Choice is yours.

    I was thinking that too but i want something will last for like 3 or 4 years. Thanks for the idea.

  10. Hmm, your build seems fine then.

    I couldn't come up with many improvements.

    PCPartPicker part list / Price breakdown by merchant

    CPU: Intel Core i7-5820K 3.3GHz 6-Core Processor ($389.99 @ Newegg)

    CPU Cooler: NZXT Kraken X61 106.1 CFM Liquid CPU Cooler ($136.99 @ SuperBiiz)

    Motherboard: MSI X99S SLI Plus ATX LGA2011-3 Motherboard ($228.79 @ Newegg)

    Memory: G.Skill Ripjaws Series 16GB (4 x 4GB) DDR4-2133 Memory ($249.99 @ Newegg)

    Storage: Samsung 840 EVO 120GB 2.5" Solid State Drive ($86.95 @ OutletPC)

    Storage: Seagate Barracuda 1TB 3.5" 7200RPM Internal Hard Drive ($53.98 @ OutletPC)

    Video Card: EVGA GeForce GTX 780 3GB Superclocked Video Card ($509.99 @ Newegg)

    Case: Phanteks Enthoo Pro ATX Full Tower Case ($99.99 @ Newegg)

    Power Supply: EVGA 750W 80+ Gold Certified Fully-Modular ATX Power Supply ($95.98 @ Newegg)

    Total: $1832.65

    Prices include shipping, taxes, and discounts when available

    Generated by PCPartPicker 2014-09-06 01:42 EDT-0400

    Do you think is better to buy 4x4 or 8x2 ram sticks?

×