Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
1. Write a function vecmul that will take as inputs two simple lists of numbers. vecmul should multiply these lists element-wise as one would multiply vectors. Assume the two lists are of the same length. [For example, (vecmul '(2 3 4 5) '(1 4 5 2)) returns (2*1 3*4 4*5 5*2) or (2 12 20 10).] (5 Marks)2. Define function addvec and use vecmul to define a product function innpuch to find sum of the products, such as, (innprod '(1 2 3) '(7 8 9)) returns 1*7 + 2*8 + 3*9 or 50. (5 Marks)3. Define a function last1 which returns the last element of a list (at the top level) without making use of reverse or last (already built in to Common Lisp.) (5 Marks)4. Write a reverse function srev which reverses all lists that occur in an S-expression at any level. Thus (srev '((a b (c d)) e (f g))) should yield ((g f) e ((d c) b a)). (5 Marks)5. Write a function insert1 which takes its first integer argument and inserts it at the correct place in its second argument, a list of integers sorted in increasing order, so that (insert1 3 '(1 4 6 6 7)) produces (1 3 4 6 6 7). (5 Marks)6. Use insert to write a function sort1 which sorts a list of integers into increasing order. [We are done if the list is nil. Otherwise insert the car of the list into the sorted cdr]. (5 Marks)7. Define a function occurrence that takes a list and returns a list indicating the number of times each (eql) element appears, sorted from most common element to least common.(5 Marks)Example:(occurrences '(a b a d a c d c a)) ?((A 4) (C 2) (D 2) (B 1))8. Your friend is trying to write a function that returns the sum of all the non-nil elements in a list to help you to submit assignment on your behalf. He has written two versions of this function and neither of them work. Explain what is wrong with each, and give a correct version. (2?5 Marks)(1 nil 4 5 nil 8 9 nil nil) => 27(a) (defun summit (lst)(remove nil lst)(apply #'+ lst))(b) (defun summit (lst)(let ((x (car lst)))(if (null x)(summit (cdr lst))(+ x (summit (cdr lst))))))9. Suppose the function pos+ takes a list and returns a list of each element plus its position. (10 Marks)(pos+ '(7 5 1 4))? (7 6 3 7)Define this function using (a) recursion (b) iteration.
Short Paper on Cross-cultural Opportunities and Conflicts in Canada.
Sociology are very fundamental in nature. Role strain and role constraint speak about the duties and responsibilities of the roles of people in society or in a group. A short theory about Darwin and Moths is also answered.
This review will help the reader understand the social work profession through different concepts giving the glimpse of why the social work profession might have drifted away from its original purpose of serving the poor.
Schizophrenia does not really have just one single cause. It is a possibility that this disorder could be inherited but not all doctors are sure.
Individual Assignment : Two Models Handout and Rubric, This paper will allow you to understand and evaluate two vastly different organizational models and to effectively communicate their differences.
The following report includes the description about the organization, its strategies, industry analysis in which it operates and its position in the industry.
In this study, we examine how gasoline price volatility and income of the consumers impacts consumer's demand for gasoline.
Economics thesis undergrad 4th year paper to write. it should be about 22 pages in length, literature review, economic analysis and then data or cost benefit analysis.
The paper aims to highlight the global trends in countries and regions where 3G has already been introduced and propose an implementation plan to the telecom operators of developing countries.
Prepare the power point presentation for the case: Santa Fe Independent School District
Information literacy is critically important in this contemporary environment
Write a definition for associative property of multiplication.
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +1-415-670-9521
Phone: +1-415-670-9521
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd